Issue using fdftk library..

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ashitpro
    Recognized Expert Contributor
    • Aug 2007
    • 542

    Issue using fdftk library..

    Hi There,
    I just recompile my php source with fdftk support...
    PHP files seems to be working from command line...
    I've used fd_open function inside my index.php file...
    I get error while opening this file through browser..
    The error is pointing to "undefined function fd_open"...
    Interesting thing is, It is running peacfully over command line...

    PS: I don't have "modules" directory inside /usr/local/lib dir..
    I guess it should be there..well I'm not sure about this...
  • Markus
    Recognized Expert Expert
    • Jun 2007
    • 6092

    #2
    Do you have the fdftk dll installed?

    Comment

    • ashitpro
      Recognized Expert Contributor
      • Aug 2007
      • 542

      #3
      Originally posted by Markus
      Do you have the fdftk dll installed?
      I am working on Linux....
      But I've libFdktk.so inside my /usr/lib as well as /usr/local/lib

      Comment

      • DavidLGraham
        New Member
        • Apr 2010
        • 1

        #4
        Status of this problem

        I'm having a similar problem. Did you ever get a resolution to yours?

        Comment

        • Markus
          Recognized Expert Expert
          • Jun 2007
          • 6092

          #5
          David, have you enabled the extension in your php.ini?

          Comment

          Working...