Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Using redhat 7.3 when i install apache-1.3.27.tar.gz is ok
and i can start the service.I also install php-4.2.3.gz and the installation procedure is no error.
i restart the apache after install the php.
[/b]The problem is occur:[b]
Syntax error on line 205 of /usr/local/apache/conf/httpd.conf:
Cannot load /usr/local/apache/libexec/libphp4.so into server: /usr/local/apache/libexec/libphp4.so: undefined symbol: __dn_expand
/usr/local/apache/bin/apachectl start: httpd could not be started
I have try to use
\--activate-module=src/modules/php4/libphp4.a
compile to apache
maybe u simply have to copy libphp4.so to /usr/local/apache/libexec/libphp4.so
u find that somewhere in the php folder, might be /php/lib or so ...
good luck,
jens
The solution isn't as simple as j-ray says. You've a problem with __dn_expand, maybe it would help if you post your configure parameters here. Also why not use current PHP version (v4.3.0) ?
Originally posted by markus1982 The solution isn't as simple as j-ray says. You've a problem with __dn_expand, maybe it would help if you post your configure parameters here. Also why not use current PHP version (v4.3.0) ?
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.