Je n'arrive pas a installer perl sur apache 1

Je n'arrive pas a installer perl sur apache 1 - Perl - Programmation

Marsh Posté le 11-05-2004 à 22:33:25    

:hello: , j'ai un sacré soucis avec perl et apache.
Je désirerait le compiler par moi meme et non en prenant des pack apache/perl deja tout pres.
 
j'ai suivis pas mal de tuto sur le net et pourtant rien n'y fait j'ai toujours l'erreur  

The server encountered an internal error or misconfiguration and was unable to complete your request.
 
Please contact the server administrator, chakal@if-faw.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
 
More information about this error may be available in the server error log.
 
Apache/1.3.29 Server at localhost Port 80


 
et dans le log error j'ai
 

[Tue May 11 22:37:35 2004] [error] [client 127.0.0.1] d:/work/perl/test.pl is not executable; ensure interpreted scripts have "#!" first line
[Tue May 11 22:37:35 2004] [error] [client 127.0.0.1] couldn't spawn child process: d:/work/perl/test.pl


ou egalement

[Tue May 11 22:40:21 2004] [error] [client 127.0.0.1] malformed header from script. Bad header=elle: d:/work/perl/test.pl


 
a savoir que test.pl contient un truc vraiment basic  

#!C:\Perl\bin\perl.exe
  $femme{"truc"}=["elle", "elles"];
  print $femme{"truc"}[0],"\n";


 
:D
 
Bon dans la config d'apache (1.x)
j'ai rajouter plusieur truc pour les cgi/perl
 
tout d'abord

AddHandler cgi-script .cgi .pl


 

ScriptAlias /cgi-bin/ "D:/work/perl"
 
    #
    # "C:/Program Files/Apache Group/Apache/cgi-bin" should be changed to whatever your ScriptAliased
    # CGI directory exists, if you have that configured.
    #
    <Directory "D:/work/perl">
        AllowOverride None
        Options All MultiViews ExecCGI
        Order allow,deny
        Allow from all
 
    </Directory>


 
puis  

LoadFile c:\perl\bin\perl58.dll


et enfin le gros soucis  

LoadModule perl_module modules/mod_perl.so


 
IMPOSSIBLE de charger le mod perl.so :(
si je rajoute ca, apache m'affiche cette fenetre
 
http://www.if-faw.com/forum/apache/apache_error.png
 
pourtant vous pouvez voir ici que mod_perl.so est bien la
http://www.if-faw.com/forum/apache/apache_mod.png
 
bref je sais vraiment pas quoi faire, et j'ai un gros besoin d'aide :cry:


Message édité par Profil supprimé le 12-05-2004 à 07:22:28
Reply

Marsh Posté le 11-05-2004 à 22:33:25   

Reply

Marsh Posté le 11-05-2004 à 23:29:23    

c'est pas trop trop programmation
 
va voir dans soft&réseau


---------------
http://www.boincstats.com/signature/user_664861.gif
Reply

Marsh Posté le 12-05-2004 à 07:22:12    

heu..bof, m'enfin vais quand meme poster la bas au cas ou

Reply

Marsh Posté le 12-05-2004 à 09:55:42    

il y a quand meme beaucoup de codeur perl qui traine plus ici, odnc leur aide serait precieuse
 
(oui oui, c'est un up :D)

Reply

Marsh Posté le 12-05-2004 à 11:25:12    

codeur perl != compileur perl
 
et encore moins sous windows
 
sérieusement, moi je te dirais de prendre activeperl et le modperl livré avec apache


---------------
http://www.boincstats.com/signature/user_664861.gif
Reply

Marsh Posté le 12-05-2004 à 11:27:15    

oui j'ai pris ce mod_perl :whistle:
 
mais je veut reussir a l'installer par moi meme, s'en est devenu un defi :/
meme en mattant le httpd.conf d'active perl j'ai pas reussi a l'installer [:meganne]

Reply

Marsh Posté le 12-05-2004 à 11:28:07    

Burgergold a écrit :

codeur perl != compileur perl
 

oui mais bon, c'est comme un codeur php, certain savent compiler php :)

Reply

Marsh Posté le 12-05-2004 à 11:29:38    

chacal_one333 a écrit :

oui j'ai pris ce mod_perl :whistle:
 
mais je veut reussir a l'installer par moi meme, s'en est devenu un defi :/
meme en mattant le httpd.conf d'active perl j'ai pas reussi a l'installer [:meganne]


 
si ca serait sur linux ok je comprendrais, mais sous windows, jtrouve ca un peu ridicule de vouloir compiler ses trucs


---------------
http://www.boincstats.com/signature/user_664861.gif
Reply

Marsh Posté le 12-05-2004 à 11:30:24    

c'est ptet ridicule mais j'ai jamais reussi a l'installer correctelent.
 

Reply

Marsh Posté le 12-05-2004 à 11:33:59    

t'a bien le fichier "C:/Program Files/Apache Group/Apache/modperl.so" à ce même endroit ?


---------------
http://www.boincstats.com/signature/user_664861.gif
Reply

Marsh Posté le 12-05-2004 à 11:33:59   

Reply

Marsh Posté le 12-05-2004 à 11:34:32    

le screen est pas assez gros? [:dawa]
 
oui, il y est ;)

Reply

Marsh Posté le 12-05-2004 à 11:39:54    

t'a suivi quel tuto pour faire ton install? celui là ?
 
http://perl.apache.org/docs/1.0/os/win32/install.html
 
ton test.pl si tu l'exécute au command prompt, ca fonctionne?


---------------
http://www.boincstats.com/signature/user_664861.gif
Reply

Marsh Posté le 12-05-2004 à 11:52:26    

:??:
 
je cherche pas a compiler mod_perl, juste a installer perl sur apache. :/
 
mod_perl.so je l'ai deja

Reply

Marsh Posté le 12-05-2004 à 12:11:12    

essaie de remplacer ta ligne
 
Options All MultiViews ExecCGI  
 
par
 
Options MultiViews
 
(en passant, si t'a all, t'es pas obligé de placer autre chose jcrois)
 
ajoute ensuite la ligne
 
ScriptAlias /cgi-bin D:/work/perl
 
ca te permettra d'exécuter un cgi par http://localhost/cgi-bin/test.pl


---------------
http://www.boincstats.com/signature/user_664861.gif
Reply

Marsh Posté le 12-05-2004 à 12:12:43    

c'est pas localhost/perl/test.pl ??
 
la je suis au taf donc je vais devoir attendre ce soir.
en attendant je recolte un max d'info.
 
genre quelqu'un qui l'a deja fait, qui pourrait me dire ce qu'il a dans son httpd :)

Reply

Marsh Posté le 12-05-2004 à 12:14:01    

chacal_one333 a écrit :

c'est pas localhost/perl/test.pl ??
 
la je suis au taf donc je vais devoir attendre ce soir.
en attendant je recolte un max d'info.
 
genre quelqu'un qui l'a deja fait, qui pourrait me dire ce qu'il a dans son httpd :)


 
bin l'alias /cgi-bin pointe sur D:/work:/perl alors http://localhost/cgi-bin/test.pl pour l'exécuter par le web


---------------
http://www.boincstats.com/signature/user_664861.gif
Reply

Marsh Posté le 12-05-2004 à 12:15:27    

okay :)
 
par contre le mod_perl.so faisant 113ko, je le trouve enorme comparé au autres :/

Reply

Marsh Posté le 12-05-2004 à 12:16:23    

chacal_one333 a écrit :

okay :)
 
par contre le mod_perl.so faisant 113ko, je le trouve enorme comparé au autres :/


 
ouais javais remarqué aussi, mais tu dis que c'est pas toi qui l'a compilé, tu l'as simplement downloadé.
 
C'est possible, sachant qu'il y a surement plus de fonctionnilité dans mod_perl que dans bien d'autres


---------------
http://www.boincstats.com/signature/user_664861.gif
Reply

Marsh Posté le 12-05-2004 à 12:20:44    

disons que j'ai downloader activeperl et que j'ai choppé le mod_perl dedans :D

Reply

Marsh Posté le 12-05-2004 à 13:17:25    

:bounce:
 
on sait jamais, ptet que quelqu'un aurait d'autres truc a dire :D

Reply

Marsh Posté le 12-05-2004 à 19:40:12    

j'ai tester dans le shell et ca fonctionne :/
 

#!C:/Perl/bin/perl.exe
  $femme{"truc"}=["elle", "elles"];
  print $femme{"truc"}[0],"\n";


 
d:\work\perl
=> test.pl
==> "elle"

Reply

Marsh Posté le 12-05-2004 à 19:53:33    

Burgergold a écrit :

essaie de remplacer ta ligne
 
Options All MultiViews ExecCGI  
 
par
 
Options MultiViews
 
(en passant, si t'a all, t'es pas obligé de placer autre chose jcrois)
 
ajoute ensuite la ligne
 
ScriptAlias /cgi-bin D:/work/perl
 
ca te permettra d'exécuter un cgi par http://localhost/cgi-bin/test.pl

j'ai tester ca et la ca merde encore plus :D
 

Citation :

Forbidden
You don't have permission to access /cgi-bin/ on this server.
 
Apache/1.3.29 Server at localhost Port 80

Reply

Marsh Posté le 12-05-2004 à 20:13:35    

Citation :


malformed header from script. Bad header=elle: d:/work/perl/test.pl


 
il a quoi mon header? :(

Reply

Marsh Posté le 12-05-2004 à 21:40:04    

up, je désespere pas :)

Reply

Marsh Posté le 12-05-2004 à 22:21:26    

je comprend pu grand chose la :pt1cable:  
 
pour creer mod perl soit meme il faut les sources (ce que j'ai) et taper 2 lignes de commande
 

Run, from a DOS window in the top-level directory of the mod_perl sources,
 
  C:\modperl_src> perl Makefile.PL
  C:\modperl_src> nmake
 
This will set up the Perl side of mod_perl for the library build.


 
bref je fait :
 

D:\TEMP_DL\MOD_PERL>perl makefile.pl
Checking if your kit is complete...
Looks good
Writing Makefile for Apache
Writing Makefile for Apache::Connection
Writing Makefile for Apache::Constants
Writing Makefile for Apache::File
Writing Makefile for Apache::Leak
Writing Makefile for Apache::Log
Writing Makefile for Apache::ModuleConfig
Writing Makefile for Apache::PerlRunXS
Writing Makefile for Apache::Server
Writing Makefile for Apache::Symbol
Writing Makefile for Apache::Table
Writing Makefile for Apache::URI
Writing Makefile for Apache::Util
Writing Makefile for mod_perl
 


D:\TEMP_DL\MOD_PERL>nmake
'NMAKE' n'est pas reconnu en tant que commande interne
ou externe, un programme exécutable ou un fichier de commandes.


 
 [:walaziz]

Reply

Marsh Posté le 12-05-2004 à 22:39:22    

nmake c'est le programme make de visual studio  :o , autrement dit tu l'as pas forcément


---------------
From now on, you will speak only when spoken to, and the first and last words out of your filthy sewers will be "Sir!"
Reply

Marsh Posté le 12-05-2004 à 22:44:32    

ha ben alors :o
 
pas une idée autrement? :)

Reply

Marsh Posté le 12-05-2004 à 22:45:40    

chacal_one333 a écrit :

ha ben alors :o
 
pas une idée autrement? :)


 passe à linux ou bien ... [:naughty]


---------------
From now on, you will speak only when spoken to, and the first and last words out of your filthy sewers will be "Sir!"
Reply

Marsh Posté le 12-05-2004 à 22:46:21    

bien [:dawa]
 
nan, un defi est un defi, je veut reussir mais j'y arrive pas [:xx_xx]

Reply

Marsh Posté le 12-05-2004 à 22:47:28    

t'as pas compris le bien  [:naughty],  [:zebra33]


---------------
From now on, you will speak only when spoken to, and the first and last words out of your filthy sewers will be "Sir!"
Reply

Marsh Posté le 12-05-2004 à 22:53:25    

a ([:dawadtc])

Reply

Marsh Posté le 13-05-2004 à 07:28:27    

:bounce:

Reply

Marsh Posté le 13-05-2004 à 09:46:31    

:)

Reply

Marsh Posté le 13-05-2004 à 11:16:48    

:(

Reply

Marsh Posté le 13-05-2004 à 13:18:12    

:)

Reply

Marsh Posté le 13-05-2004 à 14:49:29    

[:mmmfff]

Reply

Marsh Posté le 13-05-2004 à 17:09:58    

apres 6 up j'arreterais...

Reply

Marsh Posté le 13-05-2004 à 17:11:38    

ben non, il a forcement quelqu'un qui sait comment faire, il traine ptet pas ici tout le temps non plus

Reply

Marsh Posté le 13-05-2004 à 18:23:24    

justement, ici c'est prog, pas software...

Reply

Marsh Posté le 13-05-2004 à 19:46:47    

ben soft personne repond :(

Reply

Marsh Posté le    

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed