Reply to RichardNeill:

Not tested, but basic idea is to see how the existing module packages,
such as curl, are built and add our own.

mkdir php
cd php
apt-get source php5
cd php5-5.2.1
$EDITOR debian/rules  ->  find "--with-curl" line and add configure option
$EDITOR debian/modulelist  ->  add module
dpkg-buildpackage -rfakeroot
cd ..

You should have your fresh .deb files ready for install.

-- 
RFE: Add more php5 extensions (like php5-gmp)
https://bugs.launchpad.net/bugs/93603
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to