Did you make sure you spelled "--disable-ownet" correct? And did you verify the configure-status after running configure?
./configure --disable-ownet
.....
Module configuration:
owlib is enabled
owshell is enabled
owfs is enabled
owhttpd is enabled
owftpd is enabled
owserver is enabled
ownet is DISABLED
....
This will ignore the files under "owfs/modules/ownet" and it will not be built...
Everything build on Fedora Core 1, so it should work with Fedora Core 2 as well.
/Christian
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I thought it was strange as well, so I double checked it with a 2nd configure to make sure configure-status was indicating that ownet would be disbaled, and it was. Still didn't work.
Eric
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I am having a problem getting OWFS to install to a Fedora Core 2 box. I get the following error:
make[5]: *** No rule to make target
/usr/lib/perl5/5.8.8/i386-linux-thread-multi/Config.pm', needed byMakefile'. Stop.Here is the end of the output of the 'make install'. Any help would be greatly appreciated.
Regards,
Eric
/usr/bin/install -c ownet.php /opt/owfs/bin/
make[4]: Leaving directory
/usr/local/src/owfs-2.6p8/module/ownet/php' make[3]: Leaving directory/usr/local/src/owfs-2.6p8/module/ownet/php'Making install in python
make[3]: Entering directory
/usr/local/src/owfs-2.6p8/module/ownet/python' make[4]: Entering directory/usr/local/src/owfs-2.6p8/module/ownet/python'make[4]: Nothing to be done for
install-exec-am'. python setup.py install --root="/" running install running build running build_py running install_lib make[4]: Leaving directory/usr/local/src/owfs-2.6p8/module/ownet/python'make[3]: Leaving directory
/usr/local/src/owfs-2.6p8/module/ownet/python' Making install in perl5 make[3]: Entering directory/usr/local/src/owfs-2.6p8/module/ownet/perl5'make[4]: Entering directory
/usr/local/src/owfs-2.6p8/module/ownet/perl5' make[4]: Nothing to be done forinstall-exec-am'.make -C OWNet install DESTDIR=""
make[5]: Entering directory
/usr/local/src/owfs-2.6p8/module/ownet/perl5/OWNet' make[5]: *** No rule to make target/usr/lib/perl5/5.8.8/i386-linux-thread-multi/Config.pm', needed byMakefile'. Stop. make[5]: Leaving directory/usr/local/src/owfs-2.6p8/module/ownet/perl5/OWNet'make[4]: *** [install-data-local] Error 2
make[4]: Leaving directory
/usr/local/src/owfs-2.6p8/module/ownet/perl5' make[3]: *** [install-am] Error 2 make[3]: Leaving directory/usr/local/src/owfs-2.6p8/module/ownet/perl5'make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory
/usr/local/src/owfs-2.6p8/module/ownet' make[1]: *** [install-recursive] Error 1 make[1]: Leaving directory/usr/local/src/owfs-2.6p8/module'make: *** [install-recursive] Error 1
Press any key to continue...
I've forwarded your problem to the owfs-developers mailing list.
Clearly the perl setup in fedora 2 is missing some element.
If you don't need the ownet programs, try
./configure --disable-ownet
make
sudo make install
Paul Alfille
I tried ./configure --disable-ownet, but I still get the same error message. Thanks for forwarding my issue.
Regards,
Eric
Did you make sure you spelled "--disable-ownet" correct? And did you verify the configure-status after running configure?
./configure --disable-ownet
.....
Module configuration:
owlib is enabled
owshell is enabled
owfs is enabled
owhttpd is enabled
owftpd is enabled
owserver is enabled
ownet is DISABLED
....
This will ignore the files under "owfs/modules/ownet" and it will not be built...
Everything build on Fedora Core 1, so it should work with Fedora Core 2 as well.
/Christian
I thought it was strange as well, so I double checked it with a 2nd configure to make sure configure-status was indicating that ownet would be disbaled, and it was. Still didn't work.
Eric
Which version have you tried... The CVS version works in Fedora Core 1... so I recommend that version for you as well.
/Christian