Pear problems when upgrading from php4 to php5

2005-05-31 Thread Edwin Culp


I did a pkg_delete of all php4 and php4-pear packages and first 
installed php5 then installed php5-pear, all went normal to this point.  
Now that I need to install other pear libraries I get the following error :


=== Installing examples in /usr/local/share/examples/pear/Log.
Usage: php [options] [-f] file [--] [args...]
  php [options] -r code [--] [args...]
  php [options] [-B begin_code] -R code [-E end_code] [--] 
[args...]
  php [options] [-B begin_code] -F file [-E end_code] [--] 
[args...]

  php [options] -- [args...]

 -a   Run interactively
 -c path|file Look for php.ini file in this directory
 -n   No php.ini file will be used
 -d foo[=bar] Define INI entry foo with value 'bar'
 -e   Generate extended information for debugger/profiler
 -f fileParse file.
 -h   This help
 -i   PHP information
 -l   Syntax check only (lint)
 -m   Show compiled in modules
 -r codeRun PHP code without using script tags ?..?
 -B begin_code  Run PHP begin_code before processing input lines
 -R codeRun PHP code for every input line
 -F fileParse and execute file for every input line
 -E end_codeRun PHP end_code after processing all input lines
 -H   Hide any passed arguments from external tools.
 -s   Display colour syntax highlighted source.
 -v   Version number
 -w   Display source with stripped comments and whitespace.
 -z fileLoad Zend extension file.

 args...  Arguments passed to script. Use -- args when first 
argument

  starts with - or script is read from stdin

*** Error code 1

Stop in /usr/ports/sysutils/pear-Log.

I am running current with everything updated, mergemaster, etc.

Un fortunately, pear has always worked out of the box for me.  It would 
appear that I have missed a step or done something else stupid, the most 
probable.


Any suggestions appreciated,

ed
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Pear problems when upgrading from php4 to php5

2005-05-31 Thread Edwin Culp
I did a pkg_delete of all php4 and php4-pear packages and first 
installed php5 then installed php5-pear, all went normal to this point.  
Now that I need to install other pear libraries I get the following error :


=== Installing examples in /usr/local/share/examples/pear/Log.
Usage: php [options] [-f] file [--] [args...]
 php [options] -r code [--] [args...]
 php [options] [-B begin_code] -R code [-E end_code] [--] 
[args...]
 php [options] [-B begin_code] -F file [-E end_code] [--] 
[args...]

 php [options] -- [args...]

-a   Run interactively
-c path|file Look for php.ini file in this directory
-n   No php.ini file will be used
-d foo[=bar] Define INI entry foo with value 'bar'
-e   Generate extended information for debugger/profiler
-f fileParse file.
-h   This help
-i   PHP information
-l   Syntax check only (lint)
-m   Show compiled in modules
-r codeRun PHP code without using script tags ?..?
-B begin_code  Run PHP begin_code before processing input lines
-R codeRun PHP code for every input line
-F fileParse and execute file for every input line
-E end_codeRun PHP end_code after processing all input lines
-H   Hide any passed arguments from external tools.
-s   Display colour syntax highlighted source.
-v   Version number
-w   Display source with stripped comments and whitespace.
-z fileLoad Zend extension file.

args...  Arguments passed to script. Use -- args when first 
argument

 starts with - or script is read from stdin

*** Error code 1

Stop in /usr/ports/sysutils/pear-Log.

I am running current with everything updated, mergemaster, etc.

Un fortunately, pear has always worked out of the box for me.  It would 
appear that I have missed a step or done something else stupid, the most 
probable.


Any suggestions appreciated,

ed
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


cd and dvd burning program K3b and permissions for non-root users.

2004-08-15 Thread Edwin Culp
I've installed K3b and it works great for the root user but I
can't get it to work for any non-privileged user even though I
have put the user in the wheel group and have set sysctl
vfs.usermount=1, cd0 has permissions set to 666, the same in
devfs.conf (That solves the problem for xmms but not for k3b.  
I have tried to suid and kde won't let it start.  I'm out of
ideas.  After this much time, I'm sure that I'm making a
mountain out of a mole hill and I'm missing something very
simple.

Any help would be appreciated.  I can't see my users using burncd
;)

Thanks

ed

P.S. Machines are running current and are AMD Athlon
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


HP scanjet 2200c USB w/sane on current How to Configure

2002-10-27 Thread Edwin Culp
I have just installed sane 1.0.9, backends and frontends on my laptop running
current, cvsuped, built and rebooted this morning.

The hp-2200c seems to be recognized on boot up.  The dmesg follows:

usb0: USB revision 1.0
uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
uscanner0: Hewlett-Packard HP ScanJet 2200C, rev 1.10/1.00, addr 2

I try sane-find-scanner and it says

found USB scanner (UNKNOWN vendor and product) at device /dev/uscanner0

rather than the HP2200C that I was expecting.

When I try: scanimage -d hp:/dev/uscanner0  /tmp/h.pnm

I get:

scanimage: open of device hp:/dev/uscanner0 failed: Error during device I/O

I'm sure that I need to configure something else but after reading the
README.freebsd, README and the man pages for sane, sane-hp, uscanner and
others, I can't for the life of me find it.  xscanimage gives a similar
message:

[xscanimage] No scanners were identified.

Any help will be greatly appreciated.  I did test it under windows, btw, so
the hardware is working.

Thanks,

ed


-


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: HP scanjet 2200c USB w/sane on current How to Configure

2002-10-27 Thread Edwin Culp
Quoting Holger Bauer [EMAIL PROTECTED]:

 | On Sun, 27 Oct 2002 09:36:49 -0800
 | Edwin Culp [EMAIL PROTECTED] wrote:
 | 
 |  I have just installed sane 1.0.9, backends and frontends on my laptop
 | running
 |  current, cvsuped, built and rebooted this morning.
 | 
 |  The hp-2200c seems to be recognized on boot up.  The dmesg follows:
 | 
 |  usb0: USB revision 1.0
 |  uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
 |  uhub0: 2 ports with 2 removable, self powered
 |  uscanner0: Hewlett-Packard HP ScanJet 2200C, rev 1.10/1.00, addr 2
 | 
 |  I try sane-find-scanner and it says
 | 
 |  found USB scanner (UNKNOWN vendor and product) at device /dev/uscanner0
 | 
 |  rather than the HP2200C that I was expecting.
 | 
 |  When I try: scanimage -d hp:/dev/uscanner0  /tmp/h.pnm
 | 
 |  I get:
 | 
 |  scanimage: open of device hp:/dev/uscanner0 failed: Error during device
 | I/O
 | 
 |  I'm sure that I need to configure something else but after reading the
 |  README.freebsd, README and the man pages for sane, sane-hp, uscanner and
 |  others, I can't for the life of me find it.  xscanimage gives a similar
 |  message:
 | 
 |  [xscanimage] No scanners were identified.
 | 
 |  Any help will be greatly appreciated.  I did test it under windows, btw,
 | so
 |  the hardware is working.
 | 
 |  Thanks,
 | 
 |  ed
 | 
 | Hi,
 | did you add
 | [usb] 0x03F0 0x0605
 | device /dev/uscanner0
 | to plustek.conf in /usr/local/etc/sane.d ? I also had to enable UHCI and
 | OHCI in kernel-config, although I only see OHCI in dmesg. So make sure you
 | didn't comment it out like I did.
Holger,

Thanks.  I was using the hp.conf rather than the plustek.  With your help
it is now working although it is only scanning about 1/8 of a page.  I'm
much closer and now I am certain it is a configuration thing.  I still isn't
recognized with sane-find-scanner but I don't care if I can just get it to
work.:-)

BTW, I have both uhic and ohic compiled in the kernel but it doesn't show 
in dmesg.???  Can you see both in your dmesg?  I had always thought that 
I didn't see both was because uhic was for one family of controlers and that
ohic was for another.  Maybe that is part of my very small scaning area.

Where did you find the 0x03F0 0x0605 address?  Could my scanner be different?

Thanks again.

ed

 | 
 | Holger
 | 


-- 


-


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: HP scanjet 2200c USB w/sane on current How to Configure

2002-10-27 Thread Edwin Culp
Quoting Edwin Culp [EMAIL PROTECTED]:

 | Quoting Holger Bauer [EMAIL PROTECTED]:
 | 
 
I've got it all working with gimp now.  Thanks.

ed


-


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message