https://bz.apache.org/bugzilla/show_bug.cgi?id=68995
Bug ID: 68995
Summary: Apache compile goes through but httpd -V throws error
Product: Apache httpd-2
Version: 2.4.59
Hardware: PC
OS: AIX
Status: NEW
Severity: normal
Priority: P2
Component: All
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Compiling Apache 2.4.59 from source with apr-1.7.4, apr-util-1.6.3 and expat
2.6.2 on AIX 7.1 and the configure/make/make install all work fine. But once
done, if I run #./httpd -V, I see errors as below
# ./httpd -V
exec(): 0509-036 Cannot load program ./httpd because of the following errors:
rtld: 0712-001 Symbol XML_StopParser was referenced
from module /usr/local/etc/httpd/lib/libaprutil-1.so(), but a runtime
definition of the symbol was not found.
rtld: 0712-001 Symbol XML_ParserCreate was referenced
from module /usr/local/etc/httpd/lib/libaprutil-1.so(), but a runtime
definition of the symbol was not found.
rtld: 0712-001 Symbol XML_SetUserData was referenced
from module /usr/local/etc/httpd/lib/libaprutil-1.so(), but a runtime
definition
of the symbol was not found.
rtld: 0712-001 Symbol XML_SetElementHandler was referenced
from module /usr/local/etc/httpd/lib/libaprutil-1.so(), but a runtime
definition
of the symbol was not found.
rtld: 0712-001 Symbol XML_SetCharacterDataHandler was referenced
from module /usr/local/etc/httpd/lib/libaprutil-1.so(), but a runtime
definition
of the symbol was not found.
rtld: 0712-001 Symbol XML_SetEntityDeclHandler was referenced
from module /usr/local/etc/httpd/lib/libaprutil-1.so(), but a runtime
definition
of the symbol was not found.
rtld: 0712-001 Symbol XML_Parse was referenced
from module /usr/local/etc/httpd/lib/libaprutil-1.so(), but a runtime
definition
of the symbol was not found.
rtld: 0712-001 Symbol XML_GetErrorCode was referenced
from module /usr/local/etc/httpd/lib/libaprutil-1.so(), but a runtime
definition of the symbol was not found.
rtld: 0712-001 Symbol XML_ErrorString was referenced
from module /usr/local/etc/httpd/lib/libaprutil-1.so(), but a runtime
definition of the symbol was not found.
rtld: 0712-001 Symbol XML_ParserFree was referenced
from module /usr/local/etc/httpd/lib/libaprutil-1.so(), but a runtime
definition of the symbol was not found.
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]