Skip to content
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

5.005_54 doesn't define F_SETLK #163

Closed
p5pRT opened this issue Jul 6, 1999 · 1 comment
Closed

5.005_54 doesn't define F_SETLK #163

p5pRT opened this issue Jul 6, 1999 · 1 comment

Comments

@p5pRT
Copy link

p5pRT commented Jul 6, 1999

Migrated from rt.perl.org#968 (status was 'resolved')

Searchable as RT968$

@p5pRT
Copy link
Author

p5pRT commented Jul 6, 1999

From mds@ecn.purdue.edu

Consider the following perl program​:
  use Fcntl;
  use Fcntl qw(​:DEFAULT :flock);
  print "F_RDLCK is " . F_RDLCK . "\n";
  print "F_SETLK is " . F_SETLK . "\n";

Running it on our perl, version 5.005_01 built for sun4-solaris-thread gives​:
  F_RDLCK is 1
  F_SETLK is 6

Running it on our perl, version 5.005_54 built for sun4-solaris-thread gives​:
  F_RDLCK is 1
  Can't locate auto/Fcntl/F_SETLK.al in @​INC (@​INC contains​: /usr/local/lib/perl/5.00554/sun4-solaris-thread /usr/local/lib/perl/5.00554 /usr/local/lib/perl/site_perl/5.00554/sun4-solaris-thread /usr/local/lib/perl/site_perl/5.00554 .) at o.pl line 4

Mark

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant