Skip Menu |

This queue is for tickets about the Video-OpenQuicktime CPAN distribution.

Report information
The Basics
Id: 2528
Status: open
Priority: 0/
Queue: Video-OpenQuicktime

People
Owner: allenday [...] cpan.org
Requestors: klangan [...] studiox.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: (no value)
Fixed in: (no value)



Subject: Video::Quicktime module does not make install
Hi there, I am unable to run a make install on the Perl module Video::Info Allen Day > Video-OpenQuicktime-1.00 > Video::OpenQuicktime http://search.cpan.org/author/ALLENDAY/Video-OpenQuicktime-1.00/OpenQuicktime.pm Running perl, v5.6.0 OS: Linux HOSTNAME 2.4.2-2 #1 Sun Apr 8 20:41:30 EDT 2001 i686 unknown [root]#perl Makefile.PL Note (probably harmless): No library found for -lopenquicktime Writing Makefile for Video::OpenQuicktime [root]#make Running Mkbootstrap for Video::OpenQuicktime () chmod 644 OpenQuicktime.bs LD_RUN_PATH="" gcc -o blib/arch/auto/Video/OpenQuicktime/OpenQuicktime.so -shared -L/usr/local/lib gcc: No input files make: *** [blib/arch/auto/Video/OpenQuicktime/OpenQuicktime.so] Error 1 [root]# make test LD_RUN_PATH="" gcc -o blib/arch/auto/Video/OpenQuicktime/OpenQuicktime.so -shared -L/usr/local/lib gcc: No input files make: *** [blib/arch/auto/Video/OpenQuicktime/OpenQuicktime.so] Error 1 [root]# make install LD_RUN_PATH="" gcc -o blib/arch/auto/Video/OpenQuicktime/OpenQuicktime.so -shared -L/usr/local/lib gcc: No input files make: *** [blib/arch/auto/Video/OpenQuicktime/OpenQuicktime.so] Error 1 Thanks for providing the feedback form.
[guest - Wed May 7 11:49:57 2003]: Show quoted text
> Hi there,
"No library found for -lopenquicktime" did you install libopenquicktime? the .so file should be somewhere in $LD_LIBRARY_PATH (typically /usr/local/lib or /usr/lib) Show quoted text
> > I am unable to run a make install on the Perl module Video::Info > Allen Day > Video-OpenQuicktime-1.00 > Video::OpenQuicktime > http://search.cpan.org/author/ALLENDAY/Video-OpenQuicktime- > 1.00/OpenQuicktime.pm > > Running perl, v5.6.0 > OS: Linux HOSTNAME 2.4.2-2 #1 Sun Apr 8 20:41:30 EDT 2001 i686 unknown > > [root]#perl Makefile.PL > Note (probably harmless): No library found for -lopenquicktime > Writing Makefile for Video::OpenQuicktime > > [root]#make > Running Mkbootstrap for Video::OpenQuicktime () > chmod 644 OpenQuicktime.bs > LD_RUN_PATH="" gcc -o > blib/arch/auto/Video/OpenQuicktime/OpenQuicktime.so -shared > -L/usr/local/lib > gcc: No input files > make: *** [blib/arch/auto/Video/OpenQuicktime/OpenQuicktime.so] Error > 1 > > [root]# make test > LD_RUN_PATH="" gcc -o > blib/arch/auto/Video/OpenQuicktime/OpenQuicktime.so -shared > -L/usr/local/lib > gcc: No input files > make: *** [blib/arch/auto/Video/OpenQuicktime/OpenQuicktime.so] Error > 1 > > [root]# make install > LD_RUN_PATH="" gcc -o > blib/arch/auto/Video/OpenQuicktime/OpenQuicktime.so -shared > -L/usr/local/lib > gcc: No input files > make: *** [blib/arch/auto/Video/OpenQuicktime/OpenQuicktime.so] Error > 1 > > Thanks for providing the feedback form.