Koozali.org: home of the SME Server

Ok I'm seriously lost NEED HELP

ctoshack

Ok I'm seriously lost NEED HELP
« on: July 25, 2004, 07:42:45 AM »
Yes I am a Newbie.   I have someone installing a script for me and he needs to know the path to perl..  I understand that perl is installed but not activated.    I need to know how to activate perl and make it work.   I tried to follow this but it still doesn't seem to work.
  http://no.longer.valid/phpwiki/index.php/SME%205.x%20mod_perl%20HowTo?action=BackLinks

 :-?  :hammer:

ctoshack

Also
« Reply #1 on: July 25, 2004, 07:45:24 AM »
Do I need to do the second part to that HOW TO  if so I think that's where I screwed up somehow..   I noticed also it say sme5 I couldn't find one for 6

Offline crazybob

  • *****
  • 894
  • +0/-0
    • Stalzer R&D
Ok I'm seriously lost NEED HELP
« Reply #2 on: July 25, 2004, 07:49:29 AM »
The usual location is
#!/usr/bin/perl

What version of sme are you using?

Have you enabled Execution of dynamic content (CGI, PHP, SSI) for the ibay?
if not your scripts will not run

Bob
If you think you know whats going on, you obviously have no idea whats going on!

ctoshack

Ok I'm seriously lost NEED HELP
« Reply #3 on: July 25, 2004, 07:54:53 AM »
I'm using the latest version of sme.

The script is installed in the primary i-bay unlike the other ibays you can not modify it.  Is Execution of dynamic content (CGI, PHP, SSI) not default activated on the primary ibay  I know you have to turn it on for added ibays

Offline crazybob

  • *****
  • 894
  • +0/-0
    • Stalzer R&D
Ok I'm seriously lost NEED HELP
« Reply #4 on: July 25, 2004, 08:05:15 AM »
The other thing I can suggest it to look at
http://edocs.mitel.com/6000_SME_Server/6000_MAS_rls5.6/sme_admin_guide_en.pdf

It is for e-smith 5.6, but a lot of it is very aplicable to 6.0. That is where I learned a lot about sme. I also did a lot of searching, and read a lot of the questions and answers (even if the did not apply to my problem) I am still a newbie myself, but try to help :-D

Bob
If you think you know whats going on, you obviously have no idea whats going on!

ctoshack

Ok I'm seriously lost NEED HELP
« Reply #5 on: July 25, 2004, 08:22:38 AM »
I looked in the admin guide can't seem to find anything.

Offline mophilly

  • *
  • 384
  • +0/-0
    • Mophilly
Re: Ok I'm seriously lost NEED HELP
« Reply #6 on: July 25, 2004, 05:55:50 PM »
Quote
The script is installed in the primary i-bay unlike the other ibays you can not modify it. Is Execution of dynamic content (CGI, PHP, SSI) not default activated on the primary ibay I know you have to turn it on for added ibays


You might be better served to create an ibay for the script, enable the execution of files and place link on your main pages to it. This way you can turn the script functionality on and off without upsetting the behavior of your main web site.

Also, the "which" command will return the path to command file. The "locate" command is very useful in finding stuff but returns every path with a match. Use the "updatedb" command to, well, update the database used by the "locate" command.

hth,

 - Mark
- Mark

ctoshack

Ok I'm seriously lost NEED HELP
« Reply #7 on: July 25, 2004, 09:13:56 PM »
Problem solved guys thanks