Perl 5.6/5.8 & FreeBSD 5.1

2003-06-07 Thread cas
I installed Perl 5.8 from ports.. and when I install a port like XFree86 it wants to 
install Perl 5.6.. is there a way that I can make it stop trying to install 5.6? 
Thanks.

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


Re: My scroll wheel on my mouse won't work!!

2003-06-01 Thread cas
> From: Steven Lake <[EMAIL PROTECTED]>
> Date: 2003/05/31 Sat AM 09:00:55 EDT
> To: [EMAIL PROTECTED]
> Subject: My scroll wheel on my mouse won't work!!
> 
>   Hi all.  I got a microsoft optical mouse with a scroll wheel in it
> and everything on it works great...except the wheel.  I can't get KDE to
> do anything with the wheel.  How do I setup my mouse daemon to use my
> scroll wheel?  Much apreciated on the info.

try adding this to /etc/X11/XF86Config-4

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "Auto"
Option "Device"   "/dev/sysmouse"
Option "ZAxisMapping" "4 5"
EndSection


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


Rockwell/Conexant HCF V.90 Data/Fax Modem

2003-02-23 Thread cas
Has anyone got this working under FreeBSD 4.x? I'm pretty sure it's a winmodem.. my 
friend & I have searched and searched without any luck.. the only thing we found on it 
was in /usr/src/share/misc/pci_vendors

Here's the modem info.. XP says it's on COM3.

MODEM #1:
  PCI CONFIGURATION INFORMATION READ:
 VENDOR ID  : 127A
 DEVICE ID  : 1023
 SUBVENDOR ID   : 13E0
 SUBDEVICE ID   : 0297
 REVISION ID: 01

  DEDUCED INFORMATION:
 VENDOR NAME: ROCKWEL
 DEVICE NAME: HCF DATA/FAX
 SUBVENDOR NAME : GVC -- HTTP://WWW.GVC.CA
 MODEM TYPE : HCF
 WINXP INBUILD SUPPORT  : YES


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


Re: make installworld failing?

2002-10-18 Thread cas


On Fri, 18 Oct 2002, Fuzzy wrote:

>
> I've done
>
> cvsup to RELENG_4_7
> make buildworld
> make buildkernel KERNCONF=POOHSN
> make installkernel KERNCONF=POOHSN
> reboot to singleuser
>
> while booted singleuser
>
> $fsck -p
> $mount -rw /
> $mount -a
> $cd /usr/src
> $make installworld
> mkdir -p /tmp/install.62
> for prog in [ awk cat chflags chmod chown date echo egrep find grep
>   ln make makewhatis mtree mv perl pwd_mkdb rm sed sh sysctl
>   test true uname wc zic;
>   do  cp `which $prog` /tmp/install.62;  done
> cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj  MACHINE_ARCH=i386
>   MACHINE=i386  OBJFORMAT_PATH=/usr/obj/usr/src/i386/usr/libexec
>   PERL5LIB=/usr/obj/usr/src/i386/usr/libdata/perl/5.00503
>   GROFF_BIN_PATH=/usr/obj/usr/src/i386/usr/bin
>   GROFF_FONT_PATH=/usr/obj/usr/src/i386/usr/share/groff_font
>   GROFF_TMAC_PATH=/usr/obj/usr/src/i386/usr/share/tmac
>   
>PATH=/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/tmp/install.62
>   make -f Makefile.inc1 reinstall
> make: permission denied
> *** Error code 126
>
> Stop in /usr/src.
> *** Error code 1
>
> Stop in /usr/src.
>
>
> What am I doing wrong?
>
>
> Fuz
>
>
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message
>

Is /tmp mounted as 'noexec' ? ;-)


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



Re: perl 5.8

2002-10-14 Thread cas

did you try using the cmd 'use.perl port' as root first? also, you can get
alot of those perl modules from ports also.. the ones I know off hand:

/usr/ports/devel
/usr/ports/lang
/usr/ports/net
/usr/ports/www

I believe 'LWP' is in /usr/ports/www/p5-libwww


On Mon, 14 Oct 2002, Tomoki Taniguchi wrote:

> I just installed perl 5.8 from ports tree.  Now I am trying to update all my
> perl module using CPAN...
> when I run
> "/usr/local/bin/perl -MCPAN -eshell"
> and run "install Bundle::CPAN"
> for some reason I can't seem to connect to anything.
> I can manually get to each of those ftp sites and grab the file if I want to,
> but was wondering why perl was failing this...
> I get the error messages below...
>
> -tomoki
>
> 
> LWP not available
> CPAN: Net::FTP loaded ok
> Fetching with Net::FTP:
>   ftp://carroll.cac.psu.edu/pub/CPAN/authors/01mailrc.txt.gz
> Couldn't login on carroll.cac.psu.edu at /usr/local/lib/perl5/5.8.0/CPAN.pm
> line 2178,  line 1.
> LWP not available
> Fetching with Net::FTP:
>   ftp://cpan.nas.nasa.gov/pub/perl/CPAN/authors/01mailrc.txt.gz
> Couldn't fetch 01mailrc.txt.gz from cpan.nas.nasa.gov
> LWP not available
> Fetching with Net::FTP:
>   ftp://cpan.uky.edu/pub/CPAN/authors/01mailrc.txt.gz
> 
>
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message
>
>


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



Re: 'wrong' version of perl for ports??

2002-10-05 Thread cas

Nick Tonkin wrote:
> hello,
> 
> I just built a new perl (5.8.0) from source on a new clean install of
> FreeBSD. Now some (but not all) ports fail to build with this error:
> 
> Error: you don't have the right version of perl in /usr/bin.
> *** Error code 1
> 
> Where can I tell FreeBSD that I have new perl? Or are there some binaries
> on the system made with 5.005 or something?
> 
> - nick
> 
>    
> Nick Tonkin   {|8^)>
> 
> 
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message
> 

woops.. that's 'use.perl port' my bad.


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



Re: 'wrong' version of perl for ports??

2002-10-05 Thread cas

Nick Tonkin wrote:
> hello,
> 
> I just built a new perl (5.8.0) from source on a new clean install of
> FreeBSD. Now some (but not all) ports fail to build with this error:
> 
> Error: you don't have the right version of perl in /usr/bin.
> *** Error code 1
> 
> Where can I tell FreeBSD that I have new perl? Or are there some binaries
> on the system made with 5.005 or something?
> 
> - nick
> 
>    
> Nick Tonkin   {|8^)>
> 
> 
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message
>

usually when I build ports.. I type this command..

use.perl system (5.005)

then when I'm done.. I do..

use.perl ports (5.8)

no problems yet :-)


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