In reply to:
Thanks for your help, but I did all of that.
My bad, I thought you indicated you installed PHP, then compiled ming.
In reply to:
est -z "/usr/local/lib" || /bin/mkdir -p "/usr/local/lib"
/bin/sh ../libtool --mode=install /usr/bin/install -c 'libming.la' '/usr/local/lib/libming.la'
/usr/bin/install -c .libs/libming.so.1.4.1 /usr/local/lib/libming.so.1.4.1
/usr/bin/install: cannot create regular file `/usr/local/lib/libming.so.1.4.1': Permission denied
You need to export your own paths to keep everything in your userspace.
But...
In reply to:
[26 Jan 4:27pm UTC] jani@php.net
As suggested by the "EXPERIMENTAL" status, this is truly experimental
extension since it doesn't even compile. Apparently libming is also
pretty much experimental since they chose to break BC between their
0.4.x release and 0.3a which is the version PHP 5.2.x compiles fine
with. You should use the extension that is bundled with the current
libming version. Also note that ext/ming will be moved to PECL in PHP
5.3.0. (and apparently abandoned..)
So...
export PATH=$loc/bin:$PATH
# ming
curl -O http://internode.dl.sourceforge.net/sourceforge/ming/ming-php-0.3.0.tar.gz
tar -xzf ming-0.3.0.tar.gz
cd ming-0.3.0
./configure --prefix=$loc
make
make install
# php
--with-ming=$loc
* Substitute $loc with your script's location variable.
How To Install PHP.INI / ionCube on DreamHost