I have a problem with the upgrade from PHP 4.4.1.
The following dissapeares on the display:
Found /usr/local/directadmin/customapache/php-4.4.1.tar.gz
Extracting ...
Done.
Configuring php-4.4.1...
: bad interpreter: No such file or directory/configure.php: /bin/sh
*** There was an error while trying to configure php. Check the configure.php file
This is my configure.php:
#!/bin/sh
./configure \
--with-apxs \
--with-curl \
--with-curl-dir=/usr/local/lib \
--with-gd \
--with-gd-dir=/usr/local/lib \
--with-gettext \
--with-jpeg-dir=/usr/local/lib \
--with-kerberos \
--with-mcrypt \
--with-mhash \
--with-mysql=/usr \
--with-pear \
--with-png-dir=/usr/local/lib \
--with-xml \
--with-zlib \
--with-zlib-dir=/usr/local/lib \
--with-zip \
--with-openssl \
--enable-bcmath \
--enable-calendar \
--enable-ftp \
--enable-magic-quotes \
--enable-sockets \
--enable-track-vars \
--enable-mbstring
What to do. Please can somebody help me?
The following dissapeares on the display:
Found /usr/local/directadmin/customapache/php-4.4.1.tar.gz
Extracting ...
Done.
Configuring php-4.4.1...
: bad interpreter: No such file or directory/configure.php: /bin/sh
*** There was an error while trying to configure php. Check the configure.php file
This is my configure.php:
#!/bin/sh
./configure \
--with-apxs \
--with-curl \
--with-curl-dir=/usr/local/lib \
--with-gd \
--with-gd-dir=/usr/local/lib \
--with-gettext \
--with-jpeg-dir=/usr/local/lib \
--with-kerberos \
--with-mcrypt \
--with-mhash \
--with-mysql=/usr \
--with-pear \
--with-png-dir=/usr/local/lib \
--with-xml \
--with-zlib \
--with-zlib-dir=/usr/local/lib \
--with-zip \
--with-openssl \
--enable-bcmath \
--enable-calendar \
--enable-ftp \
--enable-magic-quotes \
--enable-sockets \
--enable-track-vars \
--enable-mbstring
What to do. Please can somebody help me?