Welcome to Anything Forums! We are a general discussion forum that believes in freedom of expression and aim to provide a low moderation (within reasonable means) environment to discuss any topic. If you want to join, simply click HERE to be taken to our account management system where you can make an account. If you had an account at iceteks.com, anythingforums.com, uovalor.com or uogateway.com in the past it has been transfered over and you can simply do a password reset.
Computer builds, hardware and software discussion or troubleshooting, including peripherals. Essentially a general place to talk about desktop computers.
I just installed Perl because I needed it in order to install Darwin Streaming Server but now when I go to install Darwin Streaming Server I get the error pictured. I've tried re-installing perl but didn't have any luck- it seems to install itself ok but the .pl files open with notepad instead.
I'm using Windows 2003 Enterprise edition.
Archived topic from Iceteks, old topic ID:4054, old post ID:33268
#!/usr/bin/perl[code]
That is not the path to my Perl interpreter, so I had to change it to this:
[code]#!C:Program FilesUniform Serverdiskwusrinperl.exe[code]
Your path probably differs.
[color=#888888][size=85]Archived topic from Iceteks, old topic ID:4054, old post ID:33272[/size][/color]
Hmm perl issues under windows... *meditates* hmm can't seem to remember but I did have a problem in the past when I wanted to get perl working and my server was windows. I think it had to do with the path like Tak said, but there might of been something else. It might come to me.
Archived topic from Iceteks, old topic ID:4054, old post ID:33273
Honk if you love Jesus, text if you want to meet Him!
Red Squirrel wrote: Hmm perl issues under windows... *meditates* hmm can't seem to remember but I did have a problem in the past when I wanted to get perl working and my server was windows. I think it had to do with the path like Tak said, but there might of been something else. It might come to me.
Maybe you didn’t print the content-type header! That was my second mistake.
Hmm that might have been it, actually. Perl is actually a nice language to start off with since it lets you understand more what's going on. Php is nice since it does lot of that stuff for you. I regret not learning perl more, but I can always learn it one of these days.
Archived topic from Iceteks, old topic ID:4054, old post ID:33277
Honk if you love Jesus, text if you want to meet Him!