Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

php problems with rpm

Status
Not open for further replies.

Nostradamus

Technical User
May 3, 2000
419
SE
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top