Page 1 of 1

Linux Installation

Posted: Mon Mar 21, 2005 12:41 pm
by Michou
Hello,
can somebody tell me how can i setup the script on linux machine?
i get the error:

PDF not supported
Compile PHP with PDF support

i did to install php-fpdf package but it still doesn't work!

Re: Linux Installation

Posted: Mon Mar 21, 2005 6:45 pm
by wbartels
Michou wrote:Hello,
can somebody tell me how can i setup the script on linux machine?
i get the error:

PDF not supported
Compile PHP with PDF support

i did to install php-fpdf package but it still doesn't work!
I'm not so familiar with Linux :(

net jukebox makes use of PDFlib.
I think your "php-fpdf" is another package from lihttp://www.fpdf.org/

Posted: Mon Mar 21, 2005 7:15 pm
by Guest
is there a possibility to us this scritp whitout this library?

Posted: Mon Mar 21, 2005 8:42 pm
by wbartels
Anonymous wrote:is there a possibility to us this scritp whitout this library?
Yes it is, :D
Of course the pdf cd-cover won't work :wink:

Disable the lines 70, 71 and 72 from include/initialize.inc.php

Code: Select all

//if (!extension_loaded('pdf'))
//	if ($cfg['windows'])	message('error', '<strong>PDF extension not loaded</strong><br><li>Enable php_pdf.dll in the php.ini</li><br><li>Restart webserver</li>');
//	else					message('error', '<strong>PDF not supported</strong><br>Compile PHP with PDF support');