[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

AW: [cobalt-users] Update PHP 4.0.3pl1 to PHP 4.0.4pl1 on RAQ 4r



I did so, but after trying to restart Apache I receive following error
message:

[root conf]# /etc/rc.d/init.d/httpd restart
Shutting down Web Service:
Setting up Web Service: Syntax error on line 58 of
/etc/httpd/conf/httpd.conf:
Cannot load /etc/httpd/modules/libphp4.so into server:
/etc/httpd/modules/libphp4.so: undefined symbol: gdImageColorResolve
/usr/sbin/httpd

What's happened? Need I first de-install pre-installed PHP 4.03 from my RAQ
4r?

Best regards,
Miomir

> Yep, absolutely no problems. Just use the standard options.
> Ive done it a million times :)
> I use:
> cd /root
> tar zxvf php4.0.4pl1.tar.gz
> cd php-4.0.4pl1
> ./configure --with-mysql --with-apxs --with-zlib --with-ftp
> make
> make install
> cd /etc/httpd/conf
> pico httpd.conf
> ## change the loadmodule of php4 to:
> LoadModule php4_module        /usr/lib/apache/libphp4.so
> ## it could also be duplicate
> ## save httpd.conf
> /etc/rc.d/init.d/httpd restart
> ## you can check if it runs through:
> ## telnet localhost 80
> ## HEAD / HTTP/1.0
> ## 2x enter
> ## read the Server: line.
>
> Goodluck!
>
> At 20:14 6-4-2001 +0200, you wrote:
> >Hello,
> >
> >Can I safely update PHP from 4.0.3pl1 (preinstalled) to PHP
> 4.0.4pl1 on my
> >new RAQ 4r installing from PHP source? Thanks in advance.
> >
> >Best regards,
> >Miomir
>
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To Subscribe or Unsubscribe, please go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users
>