Advertisement

10.22.2002 at 06:58PM PDT, ID: 20379586
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

8.6

Problem on installing PDFLIB

Asked by neltan in PHP Scripting Language

Tags: , , ,

Hi Experts,
  I find it difficult to install PDFLIB with PHP APACHE.
  Do you have any installation guide on pdflib?

  This is the one I use. And php still reject me!!

Fatal error: Call to undefined function: pdf_new() in /usr/local/apache/htdocs/hello.php on line 4

 :
 :
 :
5) Install PDFLIB
      - root# cd /usr/src/pdflib-4.0.3
      - root# ./configure \
      - root# --with-shared-pdflib
      - root# --with-enable-cxx
      - root# make
      - root# make test
      - root# make install
      Check if pdftest.pdf exist
      - root# pico /etc/ld.so.conf
      add /usr/local/lib
      - root# /sbin/ldconfig


6) Install Apache Server and PHP
      - create a new directory and unzip the apache source file into it, then go into that directory
      - root# cd /usr/src/
      - root# tar -xvzf apache_xxx.tar.gz
      - root# cd apache_xxx
      - root# ./configure \
      - root# --prefix=/usr/local/apache
      - create a new directory and unzip the PHP source file into it, then go into that directory
      - root# ./configure \
      - root# --with-pgsql \
      - root# --enable-trans-sid \
      - root# --enable-track-vars \
      - root# --with-apache=/usr/src/apache_xxx \
      - root# --with-pdflib=/usr/local \
      - root# --enable-sysvshm=yes \
      - root# --enable-sysvsem=yes \
      - root# --enable-versioning \
      - root# make
      - root# make install

      - root# cd ../apache1.3.27  (go into directory where the apache source file was unzipped)
      - root# ./configure --activate-module=src/modules/php4/libphp4.a
      - root# make
      - root# make install

      - root# cd ../php4.2.3  (go into directory where the PHP source file was unzipped)
      - root# cp php.ini-dist /usr/local/lib/php.ini
      - edit /usr/local/lib/php.ini    ( for include files )
           add : include_path = "current_value:/usr/local/apache/php"
      - edit /usr/local/apache/conf/httpd.conf
         uncomment - AddType application/x-httpd-php .php (2 lines)
         DirectoryIndex index.html filename2 filename3 - add index.php
      ServerName xxx(servername)                     (Optional)
         DocumentRoot /usr/local/apache/htdocs         (Optional)
  :
  :Start Free Trial
 
Loading Advertisement...
 
[+][-]10.22.2002 at 07:00PM PDT, ID: 7358614

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]10.22.2002 at 07:22PM PDT, ID: 7358670

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]10.23.2002 at 12:18AM PDT, ID: 7359303

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]10.23.2002 at 03:24AM PDT, ID: 7359978

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zone: PHP Scripting Language
Tags: pdflib, call, undefined, installing
Sign Up Now!
Solution Provided By: RQuadling
Participating Experts: 1
Solution Grade: A
 
 
[+][-]10.23.2002 at 05:54PM PDT, ID: 7363397

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]10.24.2002 at 05:15AM PDT, ID: 7364878

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]10.24.2002 at 05:19AM PDT, ID: 7364898

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]10.24.2002 at 06:07PM PDT, ID: 7367608

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]10.24.2002 at 06:07PM PDT, ID: 7367609

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]10.25.2002 at 01:58AM PDT, ID: 7368536

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32