1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Linux PDFLib in FreeBSD

Discussion in 'Software' started by ColD_FusSioN, 13 Jun 2005.

  1. ColD_FusSioN

    ColD_FusSioN What's a Dremel?

    Joined:
    26 May 2004
    Posts:
    93
    Likes Received:
    0
    Hi... Im trying to install the PDFLib library in a FreeBSD Server, i have previously installed this library in a Fedora 1 Core system without a problem. The library is basically a Loadable Extension Module (DSO) and the procedure for enable the library is the next:

    1.- Identify the PHP Version installed
    2.- Download the adequate DSO depending on the PHP version
    3.- Copy the DSO File (*.so extension) in the extension directory specified with the parameter [extension_dir] in the php.ini file
    4.- Add the line :
    extension=libpdf_php.so
    to the Dynamic Extension section in the php.ini file.
    5.- Restart the HTTP Service.

    For some reason :confused: this only works in Fedora, but not in FreeBSD, does anybody knows any special trick that FreeBSD requires??? Because i'm desperate :wallbash:
     
  2. ColD_FusSioN

    ColD_FusSioN What's a Dremel?

    Joined:
    26 May 2004
    Posts:
    93
    Likes Received:
    0
    Versions

    I forgot to mention the versions...

    FreeBSD 4.11
    Apache 2.0
    PHP 4.3.11.

    Hope that somebody can help me...
     
Tags:

Share This Page