| Thread | Last Post | Replies |
|
| Panther clean install and perl 5.6+libs | 31 Oct 2003 02:29 GMT | 2 |
I'm wondering, if one selects the clean install option on 10.3, what happens to perl 5.6 and any libraries installed under 10.2? Robert --------
|
| DBD::mysql fails tests | 29 Oct 2003 19:20 GMT | 3 |
I've been having trouble installing DBD::mysql on a fresh install of Panther, even after having patched Config.pm as Edward Moy suggested on this list a couple weeks ago. Specifically, 'make test' spits back the following:
|
| Non thread-enabled perl on Panther | 28 Oct 2003 16:39 GMT | 1 |
I just installed Panther on my mac. But to my surprise the installed perl is thread-enabled. I need a non threaded perl so how can I install another perl beside the first one ?
|
| How to add to @INC? | 26 Oct 2003 17:44 GMT | 1 |
My Perl 5.8.0 resides in "/opt/local/bin/". Perl 5.6.0 is in "/usr/bin". When I start a script with #!/opt/local/bin/perl -w use Date::Parse;
|
| Panther/DBI | 25 Oct 2003 17:04 GMT | 1 |
iH have read the archive about modify Config.pm with ld='env MACOSX_DEPLOYMENT_TARGET=10.3 cc' have reinstalled Bundle::DBI and DBD::mysql and restarted, but still
|
| Reading preferences | 24 Oct 2003 18:23 GMT | 1 |
In BASH, it is really easy to "read" preferences. For example, in Mac OS X's /etc/rc startup script, it includes a file like so: . /etc/rc.common This file also includes /etc/hostconfig like so:
|
| MacOSX::File on Panther | 23 Oct 2003 23:06 GMT | 2 |
I've been frantically trying to install MacOSX::File 0.66 on my Panther 7B85 (GM) powerbook. I have XCode 7B85 installed, which. I haven't succeeded in running "make". I have attached the Terminal output so you can see what's wrong. Thanks for any tips!
|
| What is going on? | 23 Oct 2003 02:38 GMT | 4 |
I've been having problems appending text to a file. I can't figure out what is going on. Here is a simple script that illustrates the problem. I have a file named " extractedFiles". (The first character in its name is a space.)
|
| Net:DNS on Panther | 21 Oct 2003 23:41 GMT | 3 |
Has anyone successfully intalled Net:DNS on Panther? I get the following error: cc -c -g -pipe -pipe -fno-common -DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing -I/usr/local/include -Os -DVERSION=\"0.41\"
|
| Using <> on non-filehandles | 21 Oct 2003 08:26 GMT | 3 |
I'm working on a template-reading module and I have a question. I'm using a regex to pluck out the references to data and replace them with the data itself, and the template file can be very long. If I
|
| Apache::Scoreboard trouble | 20 Oct 2003 14:53 GMT | 3 |
I have perl-5.8.0 installed in /usr/local with no problems. Today I installed Apache::Scoreboard but when I try running ... #!/usr/bin/perl -w use strict;
|
| Problems installing libwww-perl-5.69 on OSX | 20 Oct 2003 01:47 GMT | 2 |
From: Mike Edwards <mike.edwards@mjeonline.co.uk> Date: Tue Oct 14, 2003 1:34:03 pm Europe/London To: macosx@perl.org Subject: Problems installing libwww-perl-5.69 on OSX
|
| BBEdit-Perl confusion | 19 Oct 2003 15:15 GMT | 4 |
I have recently installed Perl 5.8.0 on my iMac via "PortsManager" from DarwinPorts <http://www.opendarwin.org/projects/darwinports/>. Perl 5.8.0 resides in the "/opt/local/bin" directory, and this directory is at the beginning of $PATH. Everything works well except that BBEdit ...
|
| Problem with System Beep | 18 Oct 2003 02:56 GMT | 3 |
For some reason I can't hear a system beep. Maybe I'm mistaken, but isn't: print "\a"; suppose to generate a system beep?
|
| LWP 5.6.8 and 5.7.2 | 16 Oct 2003 13:57 GMT | 2 |
whenever I run the simple LWP program below, I get the following error messages (I am using perl 5.8.0). I get the same message when I try to build LWP 5.7.2. [philippe ~/Desktop] % perl testlwp1.pl
|