View Single Post
  #9 (permalink)  
Old 10-05-2006, 06:20 PM
pacsteel pacsteel is offline
Active Member
 
Posts: 37
Default Found a solution

I had this exact problem with a fresh install of Ubuntu 6.06.1 server and zcs-4.0.2_GA_362.UBUNTU6.tgz. Getopt::Std died with the Can't locate Getopt/Std.pm in @INC error.

Although the Ubuntu default install had perl running (This is perl, v5.8.7 built for i486-linux-gnu-thread-multi), Std.pm didn't exist on my system anywhere.

I ran apt-get install perl and got this:

Code:
The following extra packages will be installed:
  perl-modules
Now there exists: ./usr/share/perl/5.8.7/Getopt/Std.pm

Re ran zcs ./install.sh and got past that point. Still not finished with the install, but I have moved beyond that error.
Reply With Quote