Hello,
I can't get this to work either, for some reason. It's hard to see where
I am going wrong, the --only 5 option is the only addition to the command
line.
% su
# cd /tmp
# mkdir test
# cd test
# dh-make-pecl --only 5 oci8
downloading oci8-1.2.4.tgz ... Starting to download oci8-1.2.4.tgz (99,687
bytes) ......................done: 99,687 bytes File
/tmp/test/oci8-1.2.4.tgz downloaded
Creating debian source package: php--
Upstream is:
grep: /usr/include/php4/Zend/zend_modules.h: No such file or directory
Guessing Maintainer: root <[EMAIL PROTECTED]>
mv: cannot stat `-': No such file or directory
# ls -F
oci8-1.2.4/ oci8-1.2.4.tgz php--/ php-_.orig.tar.gz@
# dpkg -l dh-make-php
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err:
uppercase=bad)
||/ Name Version Description
+++-==============-==============-============================================
ii dh-make-php 0.2.0 Creates Debian source packages for PHP PEAR
It appears the php4 dependency is in
/usr/share/dh-make-php/dh-make-php.lib
The get_zendapi() function is searching in the file
/usr/include/php4/Zend/zend_modules.h
The zend_modules.h file is provided by (php4-dev | php5-dev),
according to p.d.o.
So shouldn't dh-make-php depend on those packages?
php-pear only suggets them.
Cheers
Vince
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]