Changeset 1995

Show
Ignore:
Timestamp:
10/05/07 16:46:40 (1 year ago)
Author:
pierre-gilles
Message:

Another fix to allow alternc to consider the php5 in an apache2 environnement

AlternC isn't ready to be install in an apache2 only environnement

- proftd depend on apache-ssl
- the link are built by the deb package and if /etc/apache(-ssl)/conf.d didn't exist the installation failed ...

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • alternc/trunk/install/alternc.install

    r1994 r1995  
    181181# Apache will not start without this file 
    182182touch /var/alternc/apacheconf/override_php.conf 
    183 php="`ls /usr/lib/apache/*/*php*.so | sed -e 's/^.*libphp\(.\)\.so$/php\1/' | tail -1`" 
     183php="`ls /usr/lib/apache*/*/*php*.so | sed -e 's/^.*libphp\(.\)\.so$/php\1/' | tail -1`" 
    184184if [ -x /usr/sbin/apache ] 
    185185then