Higgins

Well-Known Member
Jan 31, 2003
82
0
156
Is there a way to compile php without Easyapache? Because i need more Modules. But what i need to consider in the Pathes when i run configure. Is there something special what CPanel needs ? eg. the Path für php.ini or Mysql internal/external ? I realy need the GD2.0 libs in PHP thats the main Reason.
 
C

Carl Ramirez

Guest
run
/scripts/easyapache
press ctrl+c when prompted for options.

cd /home/cpapachebuild/buildapache/
you have the buildscript there.

If you need any more libraries, download it there in
tar.gz format among others.
build each libraries, configure and make install.

or you could take the build script from me.
I have attatched it along with this.

add any more libraries just, before

'Untarring php...."

and then run

chmod 755 buildscript.txt

./sh buildscript.txt
 

Attachments

Last edited by a moderator:

Higgins

Well-Known Member
Jan 31, 2003
82
0
156
Ok thanks i will try that

**Edit**
Worked perfectley. Thnks again
**Edit**
 
Last edited:

Higgins

Well-Known Member
Jan 31, 2003
82
0
156
Ok everything went fine but now i cannot login to Horde

"Login failed for some reason."

Any suggestions ?