search for: libphp4

Displaying 5 results from an estimated 5 matches for "libphp4".

Did you mean: libphp5
2004 Aug 11
3
Problem with OpenSSH 3.7.1p2
I was just forced to upgrade to OpenSSH 3.7.1p2 for security reasons. This has apparently caused a problem with PHP/libcurl: [...conf.d]$ /etc/init.d/httpd restart Stopping httpd: [FAILED] Starting httpd: Syntax error on line 6 of /etc/httpd/conf.d/php.conf: Cannot load /etc/httpd/modules/libphp4.so into server: /usr/lib/libcurl.so.2: undefined symbol: ENGINE_load_private_key I have searched for a solution to this and come up dry, even on openssh.com. On a local forum it has been suggested that I need a version of libcurl to be compatible with OpenSSH 3.7.1p2. If so, what version would th...
2005 Aug 24
1
FastCGI timeout problem
...p_fcgi_crash.log'' require File.dirname(__FILE__) + "/../config/environment" require ''rubygems'' require_gem ''fcgi'' In httpd.conf i have: LoadModule fastcgi_module /usr/local/apache2/modules/mod_fastcgi.so LoadModule php4_module modules/libphp4.so AddHandler fastcgi-script .fcgi what am I missing? many many thanks! Adrian
2003 Jul 14
0
PHP dependencies
...php installation and not the ports version, installed at a different place. Now however, there's a need for ${LOCALBASE}/include/php/main/php.h, which means upgrading phpMyAdmin suddenly creates the port version of php as a dependency - this seems unnecessary as ${LOCALBASE}/libexec/apache/libphp4.so exists. I understand if this is not something one can easily fix or even wants to fix, so then for the people searching the mailing list: mkdir -p /usr/local/include/php/main touch /usr/local/include/php/main/php.h And you'll be able to use your own (CVS or older) version of php, with p...
2003 Jul 23
1
problem w/ php3+php4
Hello, Has anybody experienced any problems with php3+php4 combo in systems newer than 4.6-STABLE (as of June-Aug 2002)? Briefly, the problem looks very similar to what is stated in the following reports: http://groups.google.com/groups?q=%22php3+kills+apache%22&hl=ru&lr=&ie=UTF-8&oe=UTF-8&selm=wqz8yrfzbug.wl%40hurt.theclones.net&rnum=1
2006 Sep 04
1
CentOS 4.4, libstdc++ 3.4.6 and NPTL
...asts.com/umlwiki/wiki.pl?2.6_And_TLS . No problems at all, until a recent libstdc++ update. The old version was: libstdc++-3.4.5-2 but with an update to CentOS 4.4 the new version is: libstdc++-3.4.6-3 Now, with the 3.4.6-3 version, when I restart Apache, I get: Cannot load /etc/httpd/modules/libphp4.so into server: libstdc++.so.6: cannot handle TLS data. Reverting back to the old libstdc++ makes things work fine again. In both instances my /lib/tls is empty. Can anyone offer any advice? Is this a bug in the libstdc++ package? Is there a likely workaround? I'm afraid I don't know enou...