| Thread | Last Post | Replies |
|
| "expected to be defined in a dynamic image" | 30 Nov 2003 20:38 GMT | 8 |
[Fri Nov 21 07:27:55 2003] [notice] child pid 22666 exit signal Trace/BPT trap (5) dyld: /usr/local/apache/bin/httpd Undefined symbols: /Users/pudge/.cpan/build/libapreq-1.3/blib/arch/auto/Apache/Request/Request.bundle
|
| Panther problem with DBI module | 26 Nov 2003 22:11 GMT | 1 |
I have read the thread about the perl patch ld='MACOSX_DEPLOYMENT_TARGET=10.3 cc' with ld='env MACOSX_DEPLOYMENT_TARGET=10.3 cc'
|
| Cp and ditto do not always copy files the same size | 26 Nov 2003 03:48 GMT | 9 |
I have a perl script that recurses through a given directory structure, identifies files, and then reorganizes the files by placing them in a new directory structure. I use the cp or ditto commands to accomplish the last part.
|
| HTML to PDF converter | 24 Nov 2003 13:42 GMT | 2 |
I need to batch convert a hundred or so HTML pages to PDF on a regular basis. I've looked on the web a bit, CPAN and the last year or so of The Perl Journal, but I'm getting more confused the longer I search :-) It looks like HTML::HTMLDoc is the way to go at this point. Can ...
|
| DBD::mysql again: last_insert_ids | 23 Nov 2003 19:47 GMT | 1 |
Having somehow managed to install DBD::mysql on 10.3 without running into the obstacles that others have described here - which is always worrying - I now find that it doesn't quite work. most functions are fine, but it fails to get a correct last_insert_id: instead it returns
|
| newbie help for installing perl 5.8.2 on 10.2 | 22 Nov 2003 13:57 GMT | 1 |
I have tried to install perl 5.8.2 on my powerbook running 10.2. I used information on one of Apple's web pages to try this: http://developer.apple.com/internet/macosx/perl.html Note that this page is for installing 5.8.0, but it seemed to work OK,
|
| File Writing and CGI | 22 Nov 2003 02:44 GMT | 14 |
I am trying to write to a file when running the following Perl/CGI script: #!/usr/bin/perl print "Content-type: text/html\n\n";
|
| $^E bug and perl 5.8.0 | 19 Nov 2003 15:34 GMT | 5 |
$ perl5.8.0 -le '$! = -1728; print $^E+0 for 0,1' -1728 22 This appears to be fixed in perl5.8.1, in the RC3 version that ships with
|
| Panther problems | 19 Nov 2003 07:56 GMT | 16 |
I have recently done a clean installation of Panther (10.3.1), and I am having some system problems. Since I primarily get into the (Unix) system for Perl related stuff, I thought I'd ask your advice. The default shell for Panther is bash. I had become accustomed to tcsh
|
| imagemagick again | 18 Nov 2003 09:16 GMT | 2 |
has anyone had any success installing perlmagick on panther? I'm using the fink-and-make method, which has always worked for me before and is succinctly described by Randal in http://nntp.x.perl.org/group/perl.macosx/3812
|
| Back with Make file errors AGAIN... | 15 Nov 2003 19:23 GMT | 1 |
What would a new operating system be without the old problems from yesteryear creeping back into the mix. New G5, 10.3 installed, running 5.8.1, and when attempting to CPAN "anything" I continually get: Running make test
|
| sending a fax from perl | 13 Nov 2003 22:09 GMT | 3 |
Has anyone manages to use the new built in faxing software (on Panther) to send a fax from a perl script? I'd very much like to know how this might be done. R. Whittle
|
| MacOSX::File failed to build on Panther (despite patch) | 13 Nov 2003 21:08 GMT | 3 |
Despite the instructions posted on Dan Kogai's site, I can't get MacOSX::File to build on panther (Mac OS X 10.3.1 (7C107), with Xcode Tools installed). Perl has not been modified at all since a clean install of panther.
|
| Reverting to 5.60 | 12 Nov 2003 16:38 GMT | 4 |
I went to 5.61 on OS X 10.1.5 and now am having troubles with the implementation of mod_perl on this machine. I tried recompiling mod_perl for 5.61 but am still having problems. Anyone know of an easy way to go back to 5.60 ?? Thanks, Ryan Hovey
|
| mod_perl and Panther | 12 Nov 2003 15:09 GMT | 2 |
I am having problems loading Apple's supplied mod_perl in Panther with the Apple supplied httpd. When running httpd, I get the "Cannot load /usr/libexec/httpd/libperl.so into server: (reason unknown)" error message. So I thought I would try and build my own mod_perl, however I
|