Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Does anyone have a PHP package for the .5 funplug setup that has the GD libraries compiled in?
I cant seem to find one...
Thanks
Myk
Offline
Nobody has built a PHP package with GD support - I am trying to get Jinora to do album art correctly for a jukebox but it needs GD support.....
I dont have a linux box anymore to try and build this - can someone please make me one?
Thanks
Myk
Offline
Here you are:
Thu May 29 13:27:30 CEST 2008 libpng-1.2.29-1: Added. libjpeg-6b-1: Added. php-5.2.6-2: Recompiled with GD support. To enable GD, add "extension=gd.so" to the [php] section of your /ffp/etc/php.ini file. GD needs libpng and libjpeg.
PS: It was compiled natively on my DNS-323, no need for another linux box.
Offline
As far as I've found, there are now two PHP5 packages:
1) http://81.216.140.39/dns-323/mysql_and_php/ --> PHP5 with MySQL support
2) The one mentioned in this topic, compiled by Fons (thanx!) --> PHP5 with GD support)
However, I need GD ánd MySQL support. I'm almost afraid to ask, but is there a possibility that you (or anyone else) might want to compile a PHP5 package with GD and MySQL support? That would be great!
Or is it possible to link an extension (xxx.so) to the installation?
Offline
i would also be interested in that, if anyone is willing to compile it.
thanks
Offline
Is anyone willing to recompile php with mysql and gd support? if i knew what i was doing id give it a shot, but its over my head
Offline
php with gd and mysql support is available in following url
http://81.216.140.39/dns-323/mysql_and_php/php-5.2.6-mysql-3.tgz
add following lines in php.ini
extension=gd.so extension=mysql.so extension=pdo.so extension=pdo_mysql.so
all available extensions are:
extension=calendar.so
extension=ctype.so
extension=dba.so
extension=ftp.so
extension=gd.so
extension=mbstring.so
extension=mysql.so
extension=pdo.so
extension=pdo_mysql.so
extension=pdo_sqlite.so
extension=sqlite.so
extension=tokenizer.so
extension=zlib.so
extension=fileinfo.so
Last edited by forre (2008-07-29 15:53:58)
Offline
was the package removed? cause i just clicked the link and i only see the old one
Offline
does anyone know if there is something wrong with the php-5.2.6-mysql-3.tgz, i ran funpkg -r php-5.2.6-mysql-1.tgz to remove the old one i had, an then ran funpkg -i php-5.2.6-mysql-3.tgz to install the new one, i then uncommented the following extensions
extension=gd.so
extension=mbstring.so
extension=mysql.so
extension=pdo.so
extension=pdo_mysql.so
extension=pdo_sqlite.so
extension=sqlite.so
then stoped and started lighttpd. problem is that my main webpage works, and dalbum works, but my gallery webpage which requires mysql doesn't work anymore. if i uninstall php-5.2.6-mysql-3.tgz and reinstall php-5.2.6-mysql-1.tgz using the same php.ini file it works right away.
Offline
you configured the extension_dir? Then copy all extensions of the extension_dir from php-5.2.6-mysql-1.tgz and copy them back to the extension_dir after upgrading (btw. "funpkg -u php-5.2.6-mysql-3.tgz" will do the job).
Offline
How do i configure the extentions directory, don't i just have to uncomment the extention=*****.so the extentions that i want to use?
Offline
k thanks, ill give that a try
Offline