We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello. After ./configure --with-libxml2=/usr/lib/x86_64-linux-gnu/xml2Conf.sh make
give me this error
make[1]: Entering directory /root/lib_mysqludf_xml' /bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -DSTANDARD -DMYSQL_SERVER -I/usr/include/mysql -DBIG_JOINS=1 -fno-strict-aliasing -g -fabi-version=2 -fno-omit-frame-pointer -fno-strict-aliasing -I/usr/include/libxml2 -g -O2 -MT lib_mysqludf_xql_la-lib_mysqludf_xql.lo -MD -MP -MF .deps/lib_mysqludf_xql_la-lib_mysqludf_xql.Tpo -c -o lib_mysqludf_xql_la-lib_mysqludf_xql.lotest -f 'lib_mysqludf_xql.cc' || echo './'lib_mysqludf_xql.cc mv -f .deps/lib_mysqludf_xql_la-lib_mysqludf_xql.Tpo .deps/lib_mysqludf_xql_la-lib_mysqludf_xql.Plo mv: impossibile eseguire stat di ".deps/lib_mysqludf_xql_la-lib_mysqludf_xql.Tpo": File o directory non esistente make[1]: *** [lib_mysqludf_xql_la-lib_mysqludf_xql.lo] Error 1 make[1]: Leaving directory/root/lib_mysqludf_xml' make: *** [all] Error 2
/root/lib_mysqludf_xml' /bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -DSTANDARD -DMYSQL_SERVER -I/usr/include/mysql -DBIG_JOINS=1 -fno-strict-aliasing -g -fabi-version=2 -fno-omit-frame-pointer -fno-strict-aliasing -I/usr/include/libxml2 -g -O2 -MT lib_mysqludf_xql_la-lib_mysqludf_xql.lo -MD -MP -MF .deps/lib_mysqludf_xql_la-lib_mysqludf_xql.Tpo -c -o lib_mysqludf_xql_la-lib_mysqludf_xql.lo
lib_mysqludf_xql.cc mv -f .deps/lib_mysqludf_xql_la-lib_mysqludf_xql.Tpo .deps/lib_mysqludf_xql_la-lib_mysqludf_xql.Plo mv: impossibile eseguire stat di ".deps/lib_mysqludf_xql_la-lib_mysqludf_xql.Tpo": File o directory non esistente make[1]: *** [lib_mysqludf_xql_la-lib_mysqludf_xql.lo] Error 1 make[1]: Leaving directory
Sameone can give me an hint about this error ?
Thank you, Enrico
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello.
After
./configure --with-libxml2=/usr/lib/x86_64-linux-gnu/xml2Conf.sh
make
give me this error
make[1]: Entering directory
/root/lib_mysqludf_xml' /bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -DSTANDARD -DMYSQL_SERVER -I/usr/include/mysql -DBIG_JOINS=1 -fno-strict-aliasing -g -fabi-version=2 -fno-omit-frame-pointer -fno-strict-aliasing -I/usr/include/libxml2 -g -O2 -MT lib_mysqludf_xql_la-lib_mysqludf_xql.lo -MD -MP -MF .deps/lib_mysqludf_xql_la-lib_mysqludf_xql.Tpo -c -o lib_mysqludf_xql_la-lib_mysqludf_xql.lo
test -f 'lib_mysqludf_xql.cc' || echo './'lib_mysqludf_xql.cc mv -f .deps/lib_mysqludf_xql_la-lib_mysqludf_xql.Tpo .deps/lib_mysqludf_xql_la-lib_mysqludf_xql.Plo mv: impossibile eseguire stat di ".deps/lib_mysqludf_xql_la-lib_mysqludf_xql.Tpo": File o directory non esistente make[1]: *** [lib_mysqludf_xql_la-lib_mysqludf_xql.lo] Error 1 make[1]: Leaving directory
/root/lib_mysqludf_xml'make: *** [all] Error 2
Sameone can give me an hint about this error ?
Thank you,
Enrico
The text was updated successfully, but these errors were encountered: