Re: [Cocoadialog-users] Perl?
Status: Beta
Brought to you by:
sporkstorms
From: Mark A. S. <ma...@sp...> - 2006-03-07 23:04:35
|
Hi Angelo, That's definitely not a problem with CocoaDialog. What you need to do is diagnose and fix the script that's being =20 executed by your software, or contact the author of that software. To save you the hassle of doing so in case it's something simple ... =20 if the error you are getting is "bad interpreter: No such file or =20 directory", then edit the first line of the script to correctly point =20= to your installation of perl (run 'which perl' at the command line =20 (sans quotes) to find out where it is. It should be /usr/bin/perl) Otherwise, like i said, try contacting the author of the software. Alternatively, paste the exact errors you're getting and *maybe* i =20 can help. hth -- Mark A. Stratman ma...@sp... On Mar 7, 2006, at 9:12 AM, =C2ngelo Andrade Cirino wrote: > Hello list > > I'm trying to use a software that depends on CocoaDialog, but it =20 > complains that Perl isn't installed. But Perl is correctly =20 > installed and working. I tried to search the list archives, but the =20= > server is down for maintenance, since this question must have =20 > already been posted. I need a help urgently. > Thanx > > Angelo > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting =20 > language > that extends applications into web and mobile media. Attend the =20 > live webcast > and join the prime developer group breaking into this new coding =20 > territory! > http://sel.as-us.falkag.net/sel?=20 > cmd=3Dlnk&kid=3D110944&bid=3D241720&dat=3D121642 > _______________________________________________ > Cocoadialog-users mailing list > Coc...@li... > https://lists.sourceforge.net/lists/listinfo/cocoadialog-users > |