From:             kimi_roy at hotmail dot com
Operating system: windows
PHP version:      5.2.6
PHP Bug Type:     *Configuration Issues
Bug description:  cant configure pdflib with php

Description:
------------
can any one help me to configure pdflib with php


i have pdflib documentation in which they tell some instructions to
configure but i dont know in which file do these changes

any one can tell me where to make changes?


Reproduce code:
---------------
--------------------------------
# first remove the configure script so that buildconf is forced to create
it
$ rm ./configure
# rebuild the PHP configure script:
$ ./buildconf --force
# configure and build PHP with PDFlib support:
$ ./configure --with-pdflib=<pdflib-source-directory>/bind/c
<other-php-options>
....
Thank you for using PHP.
config.status: creating php5.spec
config.status: creating main/build-defs.h
config.status: creating scripts/phpize
config.status: creating scripts/php-config
config.status: creating sapi/cli/php.1
config.status: creating main/php_config.h
config.status: executing default commands
$ make
....
Build complete.
(It is safe to ignore warnings about tempnam and tmpnam).
# install it as root
$ sudo make install
# probably you have to configure your Web server to load the new php
module
# restart apache (i.e. sudo apachectl restart)

---------------------------------




-- 
Edit bug report at http://bugs.php.net/?id=46170&edit=1
-- 
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=46170&r=trysnapshot52
Try a CVS snapshot (PHP 5.3): 
http://bugs.php.net/fix.php?id=46170&r=trysnapshot53
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=46170&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=46170&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=46170&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=46170&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=46170&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=46170&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=46170&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=46170&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=46170&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=46170&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=46170&r=globals
PHP 4 support discontinued:   http://bugs.php.net/fix.php?id=46170&r=php4
Daylight Savings:             http://bugs.php.net/fix.php?id=46170&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=46170&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=46170&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=46170&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=46170&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=46170&r=mysqlcfg

Reply via email to