Nostradamus
Technical User
I've installed php-4.4.0 using the default package included with my suse10 installation. I installed it using yast2.
I made a phpinfo.php which included
<?php phpinfo(); ?>
When browsing to this page it tells me that I've built it using the following configuration.
'--disable-session' '--without-mysql'
I have 2 webapplications that uses both session-support and utilizes mysql.
question1: Why does my applications work when php says I haven't installed it with the right options?
question2: I would like to compile php with the option --with-gettext[=DIR] How do I do that when I already have an rpm-package installed? Through YAST2 if it's possible.
I'd like to stick to the rpm packages and not install through sourcecode. Can I give options to rpm and upgrade my existing packages with new options. --with-gettext --with-mysql and so on.
Hope you understand what I mean.
Thanks in advance.
/Sören
I made a phpinfo.php which included
<?php phpinfo(); ?>
When browsing to this page it tells me that I've built it using the following configuration.
'--disable-session' '--without-mysql'
I have 2 webapplications that uses both session-support and utilizes mysql.
question1: Why does my applications work when php says I haven't installed it with the right options?
question2: I would like to compile php with the option --with-gettext[=DIR] How do I do that when I already have an rpm-package installed? Through YAST2 if it's possible.
I'd like to stick to the rpm packages and not install through sourcecode. Can I give options to rpm and upgrade my existing packages with new options. --with-gettext --with-mysql and so on.
Hope you understand what I mean.
Thanks in advance.
/Sören