This is what I found.

ls -la /opt/perl5/lib/5.6.1/PA-RISC1.1/auto/File/
total 2
drwxr-x---   3 vobadm     nfsgroup        96 May  2 15:42 .
drwxr-x---  21 vobadm     nfsgroup      1024 May  2 15:42 ..
drwxr-x---   2 vobadm     nfsgroup        96 May  2 15:42 Glob

ls -la /opt/perl5/lib/5.6.1/PA-RISC1.1/auto/File/Glob
total 2
drwxr-x---   2 vobadm     nfsgroup        96 May  2 15:42 .
drwxr-x---   3 vobadm     nfsgroup        96 May  2 15:42 ..
-rw-r-----   1 vobadm     nfsgroup         0 Apr 14 07:48 Glob.bs
-rw-r-----   1 vobadm     nfsgroup        92 Apr 14 07:48 autosplit.ix

Thx
Kailash



From: [EMAIL PROTECTED] (Curtis Jewell) AT INTERNET on 05/02/2001
      05:16 PM

To:   Kailash Subramanian/ATL/ALLTELCORP
cc:   [EMAIL PROTECTED] AT INTERNET@CCMAIL

Subject:  Re: Compile error


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Wed, 2 May 2001, Kailash Subramanian wrote:

>
>
> But I see the module.
> $ ls -l /opt/perl5/lib/5.6.1/PA-RISC1.1/File

Wrong directory - it's not looking for the .pm file, it's looking for
the
.so (or whatever other extension) file that's compiled from the XS/C
code when the module was installed.

Try

$ ls -l /opt/perl5/lib/5.6.1/auto/PA-RISC1.1/File
^^^
       Here's the difference --|

and look for 3 files:

.packlist
Glob.bs
Glob.so

> On Wed, May 02, 2001 at 04:30:08PM -0400,
> [EMAIL PROTECTED] wrote:
> :
> :
> :
> : All,
> :      When I run this command, I get the following error message.
> : $ perl Makefile.PL
> : Checking if your kit is complete...
> : Looks good
> : Can't locate loadable object for module File::Glob in @INC (@INC
^^^^^^^^
This is where it specifies that it can't find the .so file...

- --Curtis

- --
Curtis Jewell          http://curtis.livejournal.com/
[EMAIL PROTECTED]      http://web.missouri.edu/~csjc05/
[EMAIL PROTECTED] http://new-york.utica.mission.net/
Public Key: http://web.missouri.edu/~csjc05/curtis.key.txt

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.4 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE68HlDNGcErwayIw4RAjzsAJ40Ft+5wbsR8k2lDtfHCNOn3uyDrgCgg1yz
tqcBtxTBpM+3Zz73mD5J/Kw=
=qDs1
-----END PGP SIGNATURE-----





Reply via email to