-
Notifications
You must be signed in to change notification settings - Fork 571
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not OK: perl 5.00563 on IP26-irix 6.5 #925
Comments
From jarausch@numa1.igpm.rwth-aachen.deTiny BUILD problem It SEEMS to fail lib/io_xs and lib/trig ./perl TEST lib/io_xs.t then all tests are passed. and there is a 'core' file in t What am I missing? Perl Info
|
From @doughera88On Thu, 9 Dec 1999, Helmut Jarausch wrote:
Hmm. I've never seen db-3, but the Configure tests are designed to Try running Configure without the -s switch, i.e. rm -f config.sh The db tests ought to print out more information. Edit down the Thanks, Andy Dougherty doughera@lafayette.edu |
From @pmqsFrom: Andy Dougherty [mailto:doughera@lafayette.edu]
The version logic is unchanged with Berkeley DB 3.x Paul |
From @doughera88On Thu, 9 Dec 1999, Andy Dougherty wrote:
Thanks to Helmut's patient experimenting, we have found the problem: Helmut> I had forgotten that db-3.0.55 needs to be linked to libpthread.so My question is -- is this generic? On platforms other than Irix, does On Irix, what's the downside of *always* including -lpthread in the Anybody have any good ideas? Andy Dougherty doughera@lafayette.edu |
From @pmqsFrom: Andy Dougherty [mailto:doughera@lafayette.edu]
That's a new one on me. Is there something in the Berkeley DB documentation
Nope.
Nope, it isn't needed on Linux or SunOS. Paul |
From [Unknown Contact. See original ticket]
A> On Irix, what's the downside of *always* including -lpthread in the If you include -lpthread, I haven't figured out how to use perl's -- |
From @doughera88On Fri, 10 Dec 1999, Scott Henry wrote:
Hmm. Messier and messier. Maybe it's back to figuring out Thanks for the info. Hmm further -- I think that this may no longer be true in 5.005_63 -- I Still, I think it's time to go back to db-3.0.55 and see what's up at that Thanks, Andy Dougherty doughera@lafayette.edu |
From @doughera88On Thu, 9 Dec 1999, Andy Dougherty wrote:
The ultimate difficulty here was that db-3.0.55 was linked against In the meantime, this tiny Configure patch at least exposes the problem Andy Dougherty doughera@lafayette.edu Inline Patch--- perl/Configure Fri Dec 10 14:43:44 1999
+++ andy/Configure Wed Dec 22 14:19:29 1999
@@ -20,7 +20,7 @@
# $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $
#
-# Generated on Tue Nov 16 23:04:27 EET 1999 [metaconfig 3.0 PL70]
+# Generated on Wed Dec 22 14:18:58 EST 1999 [metaconfig 3.0 PL70]
# (with additional metaconfig patches by perlbug@perl.com)
cat >/tmp/c1$$ <<EOF
@@ -11262,7 +11267,7 @@
}
EOCP
set try
- if eval $compile && ./try; then
+ if eval $compile_ok && ./try; then
echo 'Looks OK.' >&4
else
echo "I can't use Berkeley DB with your <db.h>. I'll disable Berkeley DB." >&4 |
Migrated from rt.perl.org#1868 (status was 'resolved')
Searchable as RT1868$
The text was updated successfully, but these errors were encountered: