Skip to main content
Participant
March 13, 2012
Question

using php-mysql module and Apache2.2 provided with FMS4.5

  • March 13, 2012
  • 1 reply
  • 480 views

Hi,

we've recently downloaded and upgraded FMS from 3 to 4.5 on a server that has this configuration (before upgrading):

- Centos 5.5

- Apache 2.2.3

- mysql 5.0.77

- php 5.3.3

- perl 5.8.8

Everything was fined before upgrading since 3 years.

We decided to upgrade FMS to provide HLS to our customers.

Once we upgraded FMS and installed Apache that comes with the installer, we encountered lots of errors.

- no more php, all scripts were visible, so we had to reinstall php module; and by the way, how can't we have the logical directories for apache (like /etc/httpd/,...) instead of /opt/adobe/fms/Apache...

- no more perl, cgi script are also visible...

- and now, we are unable to connect to mysql database. Whatever we do, the following message appears:

Fatal error:  Call to undefined function mysql_connect()

modules are in the right folders but no way....

If someone can help us,

regards,

Tony

This topic has been closed for replies.

1 reply

Participant
March 14, 2012

i answer to myself:

I finally managed to do it.

The best way was this:

- backup the Apache folders from fms

- reinstall fms w/o apache

- reinstall properly the standard httpd ( i launched yum remove httpd before)

- copy modules from fms backup to /etc/httpd/modules  so i havve specific modules

- update httpd.conf with adobe version (easy with Kompare)

restart httpd and fms

Now everything works well: php, mysql, cgi, ...