G
gunter
Guest
on my private debian server I had to install these packages in order to compile php5:
mysql-server-4.1
libbz2-dev
libxml2-dev
apache2-threaded-dev
libsybdb3
libcurl3-dev
libjpeg-mmx-dev
libpng3-dev
xlibs-dev
libfreetype6-dev
libt1-dev
libgd2-xpm-dev
libc-client-dev
libmhash-dev
libmysqlclient10-dev
libsnmp5-dev
freetds-dev
but that was a different configure command
For the php installation I mentioned before I didn't made a list.
The package names may vary on your system. One tip, if configure stops, then copy the error message into google an search for it. Propably you will find the name of the package which is missing.
Gunter
mysql-server-4.1
libbz2-dev
libxml2-dev
apache2-threaded-dev
libsybdb3
libcurl3-dev
libjpeg-mmx-dev
libpng3-dev
xlibs-dev
libfreetype6-dev
libt1-dev
libgd2-xpm-dev
libc-client-dev
libmhash-dev
libmysqlclient10-dev
libsnmp5-dev
freetds-dev
but that was a different configure command
For the php installation I mentioned before I didn't made a list.
The package names may vary on your system. One tip, if configure stops, then copy the error message into google an search for it. Propably you will find the name of the package which is missing.
Gunter