[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] php - pdflib - undefined functions possiblewrong configure path ?



> Could you please give more details about the changes you did in 
> php.ini because I can't get it to work.

$ pico /etc/httpd/php.ini

find the lines

;UNIX Extensions
;extension=curl.so
;extension=libpdf_php.so
;extension=interbase.so
;extension=pgsql.so

and uncomment the extension=libpdf_php.so line so it looks like this

;UNIX Extensions
;extension=curl.so
extension=libpdf_php.so
;extension=interbase.so
;extension=pgsql.so

save the file and then restart apache.

$ /etc/rc.d/init.d/httpd stop
$ /etc/rc.d/init.d/httpd start

this worked fine for me on a raq 4.

g'luck

fragga