Linux Installation

General discussion about netjukebox
Post Reply
Michou

Linux Installation

Post 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!
User avatar
wbartels
netjukebox developer
Posts: 872
Joined: Thu Nov 04, 2004 3:12 pm
Location: Netherlands
Contact:

Re: Linux Installation

Post 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/
Guest

Post by Guest »

is there a possibility to us this scritp whitout this library?
User avatar
wbartels
netjukebox developer
Posts: 872
Joined: Thu Nov 04, 2004 3:12 pm
Location: Netherlands
Contact:

Post 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');
Post Reply