Recent content by yogi

  1. Y

    ftp from MacOS 9 to OS X

    I am wondering: would it be possible, to use Mac OS X as a ftp server for an ftp program running under OS 9 (or OS X, for all that matters) ON THE SAME MACHINE, without network connection? The purpose is this: I am writing Perl CGIs, and BBEdit has a wonderful function that does a Syntax check...
  2. Y

    troubles installing Perl modules with CPAN.pm

    oK, the new DevTools worked. DBI is installed, as well as DBD:mysql, all as far as I can tell, since I have not really done any trickier things with the database. Only the DBD:CSV refuses to be installed (not so bad) and the GD, but I'll have to study the error messages somewhat closer to know...
  3. Y

    troubles installing Perl modules with CPAN.pm

    well, I am using Mac OS 10.1, but I only have the developer tools that came with 10.0. That might be one reason for the problems. Whereabouts can I find the latest version of the DevTools?
  4. Y

    troubles installing Perl modules with CPAN.pm

    yeah, and the installation for GD.pm goes bad at exactly the same line; the "cc1obj: Invalid option `-flat_namespace'" Looks like there is consistency, at least as far as error messages is concerned... So there seems to be something wrong with my cc setup. Any suggestions there?
  5. Y

    troubles installing Perl modules with CPAN.pm

    yeah, I also tried it directly, but got the same error messages as through CPAN. Luckily, this time I copied them (a bit largish, though). This is what I get after "make" for the DBI: [localhost:~/Documents/DBI-1.21] yogi% make mkdir blib mkdir blib/lib mkdir blib/lib/DBI cp Changes...
  6. Y

    troubles installing Perl modules with CPAN.pm

    Hi, I am trying to install a couple of Perl modules, using the CPAN.pm module. The Version of CPAN.pm provided with OS X 10.1 was a bit older, I got the new one using the same module, no problems. Then installed FTP.pm, no problemo either. Then tried Bundle::LWP, only went well when I did force...
Back
Top