Jump to content

Configuring Php for xampp


Recommended Posts

I have a 64 bit linux machine.

 

It already has XAMPP (32bit) installed on it.

I want to add few extension to its PHP.

 

So, I was trying to configure a PHP source code using ./configure command.

I was pointing the extensions to /opt/lampp, i.e. where xampp is installed.

 

But the problem is that, xampp is 32 bit and php configures for 64 bit (as my machines is 64 bit OS) and skips the libraries in /opt/lampp folder.

 

Any ideas for upgrading PHP in xampp installation with new extensions on a 64-bit machine.

 

Thanks,

Umang

Link to comment
https://forums.phpfreaks.com/topic/221707-configuring-php-for-xampp/
Share on other sites

Thank you for your reply..

 

But, we need to keep the xampp installation as it is (its running lots of services which are used by people).

 

I was thinking of reconfiguring the php on it by giving "--prefix = /opt/lampp" in "./configure" while configuring php.

 

Any ways to do that?

 

Thanks,

Umang

  • 1 month later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.