Ogle won't compile under x86_64

Nicola <[email protected]> Thu, 8 Jul 2004 19:12:50 +0200
Newsgroups gmane.comp.video.ogle.user
Message-ID <[email protected]>
Hello,
I have a Fedora Core 2 for x86_64, and I would like to compile ogle-0.9.2 
(downloaded right now from your site), but I had no success.
./configure keeps  asking for libdvdread:

checking for DVDDiscID in -ldvdread... no
checking for DVDOpen in -ldvdread... no
configure: error: Need libdvdread, install it or specify it's location

However I have both of them, libdvdread-0.9.4-4.1.fc2.dag and devel package:
/usr/lib64/libdvdread.so.3
/usr/lib64/libdvdread.so.3.0.0
/usr/lib64/libdvdread.a
/usr/lib64/libdvdread.so

I have tried all possible combinations for configure:
./configure --libdir=/usr/lib64
./configure    --with-dvdread=/usr/lib64
and plain ./configure .

Please notice that X libraries are correctly located:
checking for X... libraries /usr/X11R6/lib64, headers /usr/X11R6/include

in fact, FC2 keeps 32 bit libraries in, say,  /usr/lib, and 64 one 
in /usr/lib64 .

What else could I try?

Thanks
Nicola