Ask a Question related to PHP Notes, Design and Development.
-
didou@php.net #1
note 33907 rejected from install.solaris by didou
Note Submitter: [email]gadams00@hotmail.com[/email]
----
I've compiled php-4.3.2 for Apache 2.0.46 runnign on Solaris 8, including ingres support. I didn't get any error while compiling or installing.
I've added the lines to my httpd.conf as follows:
LoadModule php4_module modules/libphp4.so
AddType application/x-httpd-php .php
When I try to do apachectl restart I get the following:
Syntax error on line 210 of /usr/local/apache2/conf/httpd.conf:
Cannot load /usr/local/apache2/modules/libphp4.so into server: ld.so.1: /usr/local/apache2/bin/httpd: fatal: relocation error: file /usr/local/apache2/modules/libphp4.so: symbol elf_version: referenced symbol not found
I would think that it's complaining about not having the LD_LIBRARY_PATH to include libelf.so.1, but I tried adding a LD_LIBRARY_PATH definition and export in apachectl, and it still gets that error message, then I ran ldd on libphp4.so and didn't see any libelf listed.
Any ideas?
didou@php.net Guest
-
note 33837 rejected from function.main by didou
Note Submitter: flamingskull14@aol.com ---- Umm, I'm a bit confused as towhat I'm actually supposed to report, because my Blog Software (b2)... -
note 33640 rejected from function.unset by didou
Note Submitter: brian from alternativewriting.com ---- is it possible to use the unset() command to remove variables from an array? for... -
note 29864 rejected from function.aggregate by didou
Note Submitter: ---- how can you properly use this for multiple inheritence? 1. it looks like you have to call aggregate every time you create... -
note 30395 rejected from function.aggregate by didou
Note Submitter: dog4ages@hotmail.com ---- The aggregation functions seems to be not working in version 4.2.3 for Windows (The CGI binaries) -
note 33572 rejected from function.mysql-query by didou
Note Submitter: rajram@bergen.org ---- Anyone can tell me what is wrong with the following: // Above this, the integers $p_global_id,...



Reply With Quote

