Posted by Stefan on 09/29/18 11:10
I've found where the problem came from: I was using PHP 4.3.9 (sorry for
misinformation in the first mail) but it was overwritten by a suse
onlineupdate 4.3.4 last night. This is where the problems came from.
I have removed 4.3.4 via Yast and want to compile 4.3.10 now.
../configure and make test work fine, but when I use 'make', it only
shows a few lines and doesn't install successfull:
This is all text produced by make:
<-- begin
Installing PHP SAPI module: apache2handler
/usr/share/apache2/build/instdso.sh
SH_LIBTOOL='/usr/share/apache2/build/libtool' libphp4.la
/usr/lib/apache2-prefork
/usr/share/apache2/build/libtool --mode=install cp libphp4.la
/usr/lib/apache2-prefork/
cp .libs/libphp4.so /usr/lib/apache2-prefork/libphp4.so
cp .libs/libphp4.lai /usr/lib/apache2-prefork/libphp4.la
libtool: install: warning: remember to run `libtool --finish
/usr/local/src/php-4.3.10/libs'
chmod 755 /usr/lib/apache2-prefork/libphp4.so
[activating module `php4' in /etc/apache2/httpd2-prefork.conf]
Installing build environment: /usr/lib/php/build/
Installing header files: /usr/include/php/
Installing helper programs: /usr/bin/
program: phpize
program: php-config
program: phpextdist
--> end
What may be the source of this problem?
Jochem Maas wrote:
> Stefan wrote:
>
>> Hi there,
>>
>> my Server worked fine for several month now with php 4.3.4.
>> Since a few hours (without changing anything for the last days) PHP
>
>
> reboot? lame yes, but maybe it works.
> otherwise specify some server details here.
>
> check if files (e.g. the php binary, conf files) have changed
> (maybe a very recent filetime?)
>
>> doesn't 'know' basic commands as mysql_connect() or session_start() ...
>> (e.g.: Fatal error: Call to undefined function: mysql_connect() )
>>
>> I have no idea where to start searching for the problem as the logs
>> don't tell anything about it!
>
>
> mysql is an extension but session_start is core I believe - very odd
> that session_start() is not defined.
>
>>
>> Thx for help in advance.
>>
>> Stefan
>>
[Back to original message]
|