[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] php 4.1.2-3 on a Raq4



You can compile 4.3.4 from source on a Raq4 pretty painlessly.

You need to download the tar.gz file from php.net and do:

tar xvfz php-4.3.4.tar.gz
change to that directory, then do:

'./configure' '--prefix=/usr' '--with-apxs=/usr/sbin/apxs'
'--with-exec-dir=/usr/bin' '--with-libdir=/usr/lib' '--with-zlib'
'--with-exif' '--with-gd' '--enable-gd-native-ttf' '--with-jpeg'
'--with-jpeg-dir=/usr/lib' '--with-png'
'--with-freetype-dir=/usr/include/freetype2' '--with-ttf'
'--with-regex=system' '--with-dba' '--with-gdbm' '--with-mbstring'
'--with-mbstr-enc-trans' '--with-gettext=/usr' '--with-interbase=shared'
'--with-mysql=/usr' '--with-pgsql=shared' '--with-pdflib=shared'
'--enable-ftp--with-ldap' '--with-imap-ssl' '--enable-xml'
'--enable-trans-sid' '--enable-inline-optimization'
'--enable-track-vars' '--enable-wddx=shared' '--enable-mm=shared'
'--enable-magic-quotes' '--disable-debug' '--enable-safe-mode'
'--with-config-file-path=/etc/httpd' '--with-imap-ssl'

make

make install

then, restart apache:

/etc/rc.d/init.d/httpd restart

and you should be set.


-Derek


----- Original Message ----- 
From: "Malcolm Hills" <associates@xxxxxxxxxxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>
Sent: Monday, January 19, 2004 7:12 PM
Subject: [cobalt-users] php 4.1.2-3 on a Raq4


>
> I have attempted to install the pkgmaster php 4.1.2-3 package onto my
raq4
> using the GUI,  however phpinfo() is still showing version as 4.0.6 as
being
> the version running on my machine.
>
> Can anyone help me with a walkthrough as to what I need to do to get
4.1 or
> higher up and running on a Raq4 4 please
>
>
> Malcolm
>
> _____________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To subscribe/unsubscribe, or to SEARCH THE ARCHIVES, go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users
>