thing-fish;174632 Wrote: > I'm getting the following error when I try to install FreeBSD from the > ports collection: > > > ===> slimserver-6.5.1 depends on shared library: mysqlclient.15 - > found > ===> Configuring for slimserver-6.5.1 > ===> Building for slimserver-6.5.1 > /bin/mkdir -p /usr/ports/audio/slimserver/work/cpantemp > /usr/ports/audio/slimserver/work/SlimServer_v6.5.1/Bin/build-perl-modules.pl > /usr/ports/audio/slimserver/work/SlimServer_v6.5.1/Bin/build-perl-modules.pl:No > such file or directory > *** Error code 1 > > Can anyone provide any assistance? I was trying to install a nightly > build and failed, then did a deinstall, then was trying to reinstall > when I got this error. What's crazy is that the file it's saying isn't > there IS there. If I issue "edit > /usr/ports/audio/slimserver/work/SlimServer_v6.5.1/Bin/build-perl-modules.pl" > the thing pops right up. So I'm stumped?
It's probably actually complaining about the interpreter specified by build-perl-modules.pl. The first line of that file will specify an interpreter with something like #!/path/to/perl. Probably the missing file is the one that's specified there. In any case, the proper way to get support for this is to file a FreeBSD problem report (PR) using the /usr/bin/send-pr command or from http://www.freebsd.org/send-pr.html Please make sure you've got the latest ports tree with cvsup before filing a PR though. -- devin ------------------------------------------------------------------------ devin's Profile: http://forums.slimdevices.com/member.php?userid=6874 View this thread: http://forums.slimdevices.com/showthread.php?t=32130 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/unix
