Has anyone got php4 working with Suse7.1 Is it a complicated process or quite straightforward. Ive just found a function I want to use and I notice that its php4. dids
dids wrote:
Has anyone got php4 working with Suse7.1
Is it a complicated process or quite straightforward.
Ive just found a function I want to use and I notice that its php4.
dids
well, I guess it's the same process compared to the installation on a 7.0... The trouble may not come from the SuSE box but the way the HTTP server is configured... If you experience any problem or if you want to be sure about what you're doing, you'll find lots of tutorials everywhere... especially following the links on www.php.net but it's not this hard. HTH Stephane
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On June 7, 2001 11:05 am, dids wrote:
Has anyone got php4 working with Suse7.1
Is it a complicated process or quite straightforward.
Ive just found a function I want to use and I notice that its php4.
Simply install the php4 RPM from SuSE. It's on the original install. You have to remove php3 to use php4, however. Then you can use php4 all you like. - -- James Oakley Engineering - SolutionInc Ltd. joakley@solutioninc.com http://www.solutioninc.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.5 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE7H40w+FOexA3koIgRAkReAJsHVX7NbbtAiwFEfnfhahAaQTSiCQCfUqu8 iKqbN7cQvwPzkSalkLpy3ls= =mQ0m -----END PGP SIGNATURE-----
Ah, why cant life be simple. Uninstalled mod_php3 and installed mod_php4 But get the following error with /etc/init.d/apache restart Syntax error on line 201 of /etc/httpd/httpd.conf: Cannot load /usr/lib/apache/libphp4.so into server: shared object not open waah! dids On 07 Jun 2001 11:18:18 -0300, James Oakley wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On June 7, 2001 11:05 am, dids wrote:
Has anyone got php4 working with Suse7.1
Is it a complicated process or quite straightforward.
Ive just found a function I want to use and I notice that its php4.
Simply install the php4 RPM from SuSE. It's on the original install. You have to remove php3 to use php4, however.
Then you can use php4 all you like.
- -- James Oakley Engineering - SolutionInc Ltd. joakley@solutioninc.com http://www.solutioninc.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.5 (GNU/Linux) Comment: For info see http://www.gnupg.org
iD8DBQE7H40w+FOexA3koIgRAkReAJsHVX7NbbtAiwFEfnfhahAaQTSiCQCfUqu8 iKqbN7cQvwPzkSalkLpy3ls= =mQ0m -----END PGP SIGNATURE-----
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq and the archives at http://lists.suse.com
Reinstalled and clicked Auto this time and now its working :) nice and easy dids
Ah, why cant life be simple. Uninstalled mod_php3 and installed mod_php4 But get the following error with /etc/init.d/apache restart
Syntax error on line 201 of /etc/httpd/httpd.conf: Cannot load /usr/lib/apache/libphp4.so into server: shared object not open
waah!
dids
On 07 Jun 2001 11:18:18 -0300, James Oakley wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On June 7, 2001 11:05 am, dids wrote:
Has anyone got php4 working with Suse7.1
Is it a complicated process or quite straightforward.
Ive just found a function I want to use and I notice that its php4.
Simply install the php4 RPM from SuSE. It's on the original install. You have to remove php3 to use php4, however.
Then you can use php4 all you like.
- -- James Oakley Engineering - SolutionInc Ltd. joakley@solutioninc.com http://www.solutioninc.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.5 (GNU/Linux) Comment: For info see http://www.gnupg.org
iD8DBQE7H40w+FOexA3koIgRAkReAJsHVX7NbbtAiwFEfnfhahAaQTSiCQCfUqu8 iKqbN7cQvwPzkSalkLpy3ls= =mQ0m -----END PGP SIGNATURE-----
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq and the archives at http://lists.suse.com
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq and the archives at http://lists.suse.com
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On June 7, 2001 11:37 am, dids wrote:
Ah, why cant life be simple. Uninstalled mod_php3 and installed mod_php4 But get the following error with /etc/init.d/apache restart
Syntax error on line 201 of /etc/httpd/httpd.conf: Cannot load /usr/lib/apache/libphp4.so into server: shared object not open
Ah, yes. I just checked my httpd.conf file. I commented out all instances of: <IfDefine PHP4> and the following </IfDefine> instances. I believe that fixed it. A 'SuSEconfig' might fix it as well, but I haven't tried it. - -- James Oakley Engineering - SolutionInc Ltd. joakley@solutioninc.com http://www.solutioninc.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.5 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE7H5am+FOexA3koIgRAjOpAJ0WVOXfYgHjISvCcpNo0ZUh6CVAdgCffa7q F8u8zdAZHvEtQNMt0q1Q6AM= =4pLO -----END PGP SIGNATURE-----
participants (3)
-
dids
-
James Oakley
-
stephane parenton