Search found 54 matches: perl58

Searched query: +perl58

Return to advanced search

Dasselbe auch bei 1.7.1

Installer
Da muss ich User DSB recht geben: Das Add-on lässt sich nicht mit dem Installer installieren - manuell entzippen und in die richtigen Verzeichnisse ablegen läuft.

Perl und mysql
Sowohl beim Add-On für's 1.7.0 als auch für 1.7.1 wurden die perl/site/auto/DBD/mysql/mysql.dll für die falsche Perl-Version ausgelegt.

Gemäss meinem Depency Walker Tool verlangt es PERL58.DLL (Perl 5.8!) - und dies in einem 5.10.0-Paket. Peinlich!
Image

Schaue noch nach einer Lösung....
by joinApps
28. April 2009 10:12
 
Forum: Perl
Topic: Xampp 1.7.0 (Win) + Perl AddOn 5.10.0
Replies: 12
Views: 42594

Re: Wrong dependance of mysql.dll in Perl Addon 5.10

Izzy wrote:There was some discussions about perl58.dll if I recall:
These Search results may help.


Thanks for the link. I finally deleted PERL ADDON 5.10 and install PERL ADDON 5.8.8, after some modifications in startup.pl everything was ok.
by jbbidet
30. January 2009 17:02
 
Forum: XAMPP for Windows
Topic: Wrong dependance of mysql.dll in Perl Addon 5.10
Replies: 3
Views: 4890

Re: Wrong dependance of mysql.dll in Perl Addon 5.10

There was some discussions about perl58.dll if I recall:
These Search results may help.
by Izzy
27. January 2009 11:37
 
Forum: XAMPP for Windows
Topic: Wrong dependance of mysql.dll in Perl Addon 5.10
Replies: 3
Views: 4890

Wrong dependance of mysql.dll in Perl Addon 5.10

I recently installed PERL ADDON 5.10.0 - 2.2.11 for XAMPP to test OCS Inventory.
When mysql.dll is invoked (after the transfer of ocsinventory.dat from the agent), I have an error because of the missing file PERL58.DLL, and effectively the tool "depends" shows that mysql.dll depends on PERL58.DLL but not on PERL510.DLL which is the file installed with the version of PERL ADDON mentionned above.
So, what's the solution : find the right mysql.dll (depends on PERL510.DLL) or just add the missing files from PERL 5.8

Thanks for your advices
by jbbidet
27. January 2009 11:25
 
Forum: XAMPP for Windows
Topic: Wrong dependance of mysql.dll in Perl Addon 5.10
Replies: 3
Views: 4890

Code: Select all
install_driver(mysql) failed: Can't load 'C:/Programme/xampp/perl/site/lib/auto/DBD/mysql/mysql.dll' for module DBD::mysql: load_file:


Selbiges Problem hatte / habe ich auch, nur dass Windows noch zusätzlich mir eine Fehlemeldung entgegenwirft und sagt, dass eine perl58.dll fehlt. Diese hab ich mir nun wiedergeholt und in ../perl/site/lib/auto/dbd/mysql/.. geworfen und siehe da... Die Fehlermeldung war einmal!

einziges Problem ist, dass Perl ein unnatürlichen Crash hinlegt und ich dennoch nicht weitere komme. Ich hoffe ich kann damit beitragen ein neuen Gedankenweg zu finden, wie man das Problem lösen kann.

Aktuelle Version XAMPP v1.6.8 und Perl Addon 5.10.0-2.2.9-pl2
by iPeon
26. November 2008 12:30
 
Forum: Perl
Topic: PM DBD::mysql geht seit Upgrade auf X 1.6.7 und P 5.10.0 nix
Replies: 18
Views: 58597

This is an important update to the information already included in this thread.


For those reading this thread and who may also be experiencing missing files in a recent download of the latest Perl Addon from the ApacheFriends web site, please read this linked post for an explanation and a possible solution for this issue:
http://community.apachefriends.org/f/viewtopi ... 712#129712



But for the original poster, tryin_to_learn the perl58.dll has been superseded in the latest Perl Addon 5.10 by perl510.dll which still may not satisfy the perl script's requirements in question.
by Sharley
21. November 2008 03:12
 
Forum: XAMPP for Windows
Topic: Perl script won't run - says I don't have perl58.dll
Replies: 9
Views: 15897

Thanks for the ideas. I grabbed perl58.dll from the archived version and put it in xampp\perl\bin and am still getting the "can't find perl58.dll" message. I can see it sitting there in xampp\perl\bin but for some reason, the script isn't finding it. I also tried putting perl on an older XP machine I have to rule out Vista problems and even when I add the perl58.dll file, I still get the "can't find perl58.dll" when I try to run the script.

I've tried rebooting, tried running the setup_xampp.bat file again after I added perl58.dll but nothing seems to make a difference. Is there anything else I need to do to get the new add-on to recognize the older perl58.dll file? I'm also talking to the author of the script but wanted to see if you had any other ideas as well.

Thanks again.
by tryin_to_learn
14. November 2008 05:57
 
Forum: XAMPP for Windows
Topic: Perl script won't run - says I don't have perl58.dll
Replies: 9
Views: 15897

Re: Perl script won't run - says I don't have perl58.dll

tryin_to_learn wrote:...I do a search in my xampp folder and sure enough, there's no perl58.dll file anywhere...

In my XAMPP installation with the latest Perl Plugin the perl58.dll is located in C:\xampp\perl\bin - the same location as the perl.exe file.

This dll is not included in the latest perl addon but would have been put there in my installation from a previous version as I simply updated and did not install a fresh perl addon version.


Go to the XAMPP Archive, find them at the bottom of the list and download this version's 7zip or zip file and extract the files to a temp folder:
xampp-win32-perl-addon-5.8.8-2.2.8.exe 31467718 bytes <-- 7zip
or
xampp-win32-perl-addon-5.8.8-2.2.8.zip 53734543 bytes <-- zip

Then find the perl58.dll in the perl\bin folder in the temp folder you extracted the archive to and add it to the above mentioned C:\xampp\perl\bin folder and see how that goes when you try and run your script again.


As you can see the archives are perl version 5.8.8 where as the new version addon is perl version 5.10.0 - this may also mean the script you are trying to run is looking for an older version of perl and you may need to address this fact to the script's author.
by Sharley
13. November 2008 05:23
 
Forum: XAMPP for Windows
Topic: Perl script won't run - says I don't have perl58.dll
Replies: 9
Views: 15897

Perl script won't run - says I don't have perl58.dll

I'm trying to run a Perl script from the command line and I keep getting a popup error message that the application can't run because it can't find perl58.dll. I do a search in my xampp folder and sure enough, there's no perl58.dll file anywhere.

This is the output on the command line:

install_driver(mysql) failed: Can't load 'C:/xampp/perl/site/lib/auto/DBD/mysql/
mysql.dll' for module DBD::mysql: load_file:The specified module could not be fo
und at C:/xampp/perl/lib/DynaLoader.pm line 203.
at (eval 11) line 3
Compilation failed in require at (eval 11) line 3.
Perhaps a required shared library or dll isn't installed where expected
at export.pl line 31

I do have mysql.dll - it's at C:\xampp\perl\site\lib\auto\DBD\mysql

Any ideas?
by tryin_to_learn
13. November 2008 04:09
 
Forum: XAMPP for Windows
Topic: Perl script won't run - says I don't have perl58.dll
Replies: 9
Views: 15897

xampp perl mysql error

I'm new to xampp so please bear with me.

I just installed xampp (xampp-win32-1.6.7) on my windows machine and
also installed the perl addon (xampp-win32-perl-addon-5.10.0-2.2.9-
pl1).

I would like to write a perl script which will access a mysql database
and put the script in the cgi-bin so that it can be run when it is
accessed by a browser.

So, this is what I've done:

1. I created a database using phpMyAdmin and added a table named Names
and added two fields: FirstName and LastName

2. I created the following perl script, mysql_addrow_test.pl, and put
it in the cgi-bin folder:

#!"C:\users\myname\downloads\xampp\xampp-win32-1.6.6a\xampp\perl\bin\perl.exe"
print "Content-type: text/html\n\n";

use strict;
use DBI;
my $dsn = "DBI:mysql:host=localhost;database=testdatabase";
my $dbh = DBI->connect($dsn,"root","") or die "Cannot connect to
server.<br/>";

my $count = $dbh->do("INSERT INTO Names (FirstName,LastName) VALUES
('John','Smith')");
if($count) {
printf "%d row(s) were updated<br/>",$count;
}

print "Connected<br/>";
$dbh->disconnect();
print "Disconnected<br/>";
exit(0);

3. I access the script by pointing internet explorer at:
http://localhost/cgi-bin/mysql_addrow_test.pl

An error popup shows up on my screen with the title: "perl.exe -
Unable to Locate Component" and a message "This application has failed
to start because perl58.dll was not found. Re-installing the
application may fix this problem."

I've re-installed xampp a couple of times and the error pop-up still
occurrs.

Any advice on this would be much appreciated. Or, if you have an
example of how you were able to use XAMPP with a cgi perl script to
access a mysql database through browser access, that would be
appreciated also.

Thanks in advance
by apachedon1
19. August 2008 23:18
 
Forum: XAMPP for Windows
Topic: xampp perl mysql error
Replies: 1
Views: 4601

Vielen Dank für deine Bemühungen :)

Ich stand heut kurz davor meinem Rechner das fliegen beizubringen :lol: hab mich dann aber doch besinnt und XAMPP 1.6.7 nochmal komplett neu installiert ohne jegliche Plugins ;)
Ist es den mit dieser Ausgangskonfiguration von XAMPP 1.6.7 möglich Perl 5.8 manuell zu installieren ? Also mit den Paketen von ActivePerl ;)
Falls ja, könnt ich dabei etwas Hilfe gebrauchen (währe echt klasse :) ), da ich nirgends eine mod_perl.so der Perl 5.8 für den Apache 2.2.9 finden kann :(


Und weil es so schön ist, gleich noch ein paar Fragen :):

1. Was muss man denn alles bei der Installation/Konfiguration mit für Apache 2.2.9 mit Perl 5.8 beachten/machen ?
2. Funktioniert die perl58.dll überhaupt mit Apache 2.2.9 ?
3. Kann man mehrere Perlversionen parallel installiert haben ? (Mal abgesehen von der Umgebungsvariable die man Versionsabhängig setzen muss, je nachdem welche Version man Systemweit nutzen möchte)


Danke
M.f.G.
gOmax
by gOmax
06. August 2008 19:48
 
Forum: Perl
Topic: XAMPP 1.6.7 + Perl 5.8 ?
Replies: 4
Views: 14063

XAMPP 1.6.7 + Perl 5.8 ?

Guten Morgen,

Ich mchte mir den W3C-Validator lokal installieren, bin aber aufgrund noch nicht vorhandener Perl-Module gezwungen Perl 5.8 zu verwenden. Leider bekomme ich den Apache mit dem Perl nicht mehr zum laufen.

System:
- Vista
- XAMPP 1.6.7 (+Perl 5.10 Plugin)
- Perl 5.8.8.822 .zip

Die Configs vom Perl 5.10 Plugin hab ich weitestgehend übernommen bzw. die Pfade auf die 5.8 Installation angepasst. Wo es nun genau hakt weis ich nicht, es werden keine Logs erstellt. Allerdings wenn ich die Perl-Config und die Validator-Config in der httpd.conf auskommentiere, startet der Apache ohne Probleme.
Meine Vermutung ist ja das es an der perl58.dll oder am mod_perl.so liegt. Kann man den die mod_perl.so aus dem Perl_5.10 Plugin so ohne weiteres auch für 5.8 verwenden ? Wenn nicht, wo bekomme ich jetzt eine mod_perl.so für 5.8 her ?

Falls Ihr noch mehr Infos benoetigt um mir helfen zu koennen, mach ich gern ;)

Vielen Dank schonmal

gruss
gOmax
by gOmax
06. August 2008 02:15
 
Forum: Perl
Topic: XAMPP 1.6.7 + Perl 5.8 ?
Replies: 4
Views: 14063

Perl58 Error with Xampp 1.6.7 and Perl 5.10.0-2.2.9

I installed the Xampp 1.6.7 upgrade and then Perl 5.10.0-2.2.9.
This was an upgrade from 1.6.6 and I had Perl 5.8.8-2.2.8.
After I installed 5.10 I get errors when I try to access Perl files. The
error states that application failed to start, Perl58.dll was not found.
I used Xampp uninstall and uninstalled everything including Perl. I installed
Xampp 1.67 again and then Perl 5.10. I am still getting the error that Perl 5.8dll was not found.

I checked the perl.conf file and it is calling 5.10

Code: Select all
LoadFile "C:/xampp/perl/bin/perl510.dll"
LoadModule perl_module modules/mod_perl.so

PerlRequire "C:/xampp/apache/conf/extra/startup.pl"

Any ideas on how to fix this problem?

Thanks
by Mystic
27. July 2008 03:55
 
Forum: XAMPP for Windows
Topic: Perl58 Error with Xampp 1.6.7 and Perl 5.10.0-2.2.9
Replies: 2
Views: 13985

Why mod_perl it's not working - My Solution

Let's say I load xampp in C:/server/xampp/
I download and install xampp-win32-perl-addon-5.8.8-2.2.4-installer.exe

I rename file under C:/server/xampp/apache/conf/extra/perl.conf.new in perl.conf

I run setup_xampp.bat and set option 1 - Configuration with MOD_PERL

But I get error on loading perl58.dll and server wont start.

I open C:/server/xampp/apache/conf/extra/perl.conf and I note that:

LoadFile "/xampp/perl/bin/perl58.dll"
LoadModule perl_module modules/mod_perl.so

PerlRequire "/xampp/apache/conf/extra/startup.pl"

#### Only for NT + w2k + XP Professional ####
#<Files *.pl>
#SetHandler perl-script
#PerlResponseHandler ModPerl::Registry
#Options +ExecCGI
#PerlOptions +ParseHeaders
#</Files>

#<Files ~ (\.asp)>
# SetHandler perl-script
# PerlHandler Apache::ASP
# PerlSetVar Global .
# PerlSetVar StateDir "/xampp/tmp"
#</Files>
###########################################

Alias /perl "/xampp/htdocs/modperl/"
<Directory "/xampp/htdocs/modperl/">
SetHandler perl-script
PerlResponseHandler ModPerl::Registry
Options +ExecCGI
PerlOptions +ParseHeaders
</Directory>

<Files *.pl>
SetHandler perl-script
PerlResponseHandler ModPerl::Registry
Options +ExecCGI
PerlOptions +ParseHeaders
</Files>

PerlModule Apache::ASP
Alias /asp "/xampp/htdocs/modperlasp/"
<Directory "/xampp/htdocs/modperlasp/">
SetHandler perl-script
PerlResponseHandler Apache::ASP
PerlSetVar Global .
PerlSetVar StateDir "/xampp/tmp"
</Directory>


I change like this and it's working and server is running.

LoadFile "C:/server/xampp/perl/bin/perl58.dll"
LoadModule perl_module modules/mod_perl.so

PerlRequire "C:/server/xampp/apache/conf/extra/startup.pl"

#### Only for NT + w2k + XP Professional ####
#<Files *.pl>
#SetHandler perl-script
#PerlResponseHandler ModPerl::Registry
#Options +ExecCGI
#PerlOptions +ParseHeaders
#</Files>

#<Files ~ (\.asp)>
# SetHandler perl-script
# PerlHandler Apache::ASP
# PerlSetVar Global .
# PerlSetVar StateDir "C:/server/xampp/tmp"
#</Files>
###########################################

Alias /perl "C:/server/xampp/htdocs/modperl/"
<Directory "C:/server/xampp/htdocs/modperl/">
SetHandler perl-script
PerlResponseHandler ModPerl::Registry
Options +ExecCGI
PerlOptions +ParseHeaders
</Directory>

<Files *.pl>
SetHandler perl-script
PerlResponseHandler ModPerl::Registry
Options +ExecCGI
PerlOptions +ParseHeaders
</Files>

PerlModule Apache::ASP
Alias /asp "C:/server/xampp/htdocs/modperlasp/"
<Directory "C:/server/xampp/htdocs/modperlasp/">
SetHandler perl-script
PerlResponseHandler Apache::ASP
PerlSetVar Global .
PerlSetVar StateDir "C:/server/xampp/tmp"
</Directory>
by ziorosanero
27. July 2007 18:47
 
Forum: XAMPP for Windows
Topic: Why mod_perl it's not working - My Solution
Replies: 0
Views: 4756

mod_perl.so wird von Apache nicht gefunden

Hallo Zusammen

Bis her hat mir noch kein Forum weiterhelfen können und ich bin langsam am verzweifeln:-(

Ich befasse mich seit kurzem mit dem Konfigurieren eines Apache HTTP Server 2.0.55. auf einer Windows Xp Umgebung.

Nun habe ich mit der Installation von Perl mit ActivePerl-5.8.7.813-MSW
Win32-x86-148120.msi begonnen. Die gesammte Prozedur abgeschlossen und auch die anpassungen in der http.conf vorgenommen.

LoadModule perl_module modules/mod_perl.so
LoadFile "C:/Perl/bin/perl58.dll"

Wenn ich nun TEST-CONFIGURATION starte bekomme ich immer den Syntaxfehler dass das Modul im Verzeichniss nicht gefunden wurde...modul mod_per.so ist aber vorhanden.

Kann mir jemand einen Tipp geben was ich nun tuen soll? Habe schon diverse möglichkeiten ausprobiert....

Ich danke schon mal im Voraus:-)
Ross Crying or Very sad
by ross
03. June 2007 12:32
 
Forum: Apache
Topic: mod_perl.so wird von Apache nicht gefunden
Replies: 8
Views: 7929
Next

Return to advanced search