In FC2, I had to compile motion from it's source file found at
THIS
Motion worked fine with kernel 2.6.8 in FC2. Then I upgraded to FC3 and found that motion would not run and complained that it couldn't find some file. So, I did a ./configure again as the motion website instructed and that went fine. Then I did a make clean as the site indicated. When I issued make, it stopped with the following error:
[root@LinuxHippy motion-3.1.17]# make
gcc -g -O2 -DHAVE_CURL -Wall -DVERSION=\"3.1.17\" -D_REENTRANT -Dsysconfdir=\"/usr/local/etc\" -c -o motion.o motion.c
gcc -g -O2 -DHAVE_CURL -Wall -DVERSION=\"3.1.17\" -D_REENTRANT -Dsysconfdir=\"/usr/local/etc\" -c -o conf.o conf.c
gcc -g -O2 -DHAVE_CURL -Wall -DVERSION=\"3.1.17\" -D_REENTRANT -Dsysconfdir=\"/usr/local/etc\" -c -o draw.o draw.c
gcc -g -O2 -DHAVE_CURL -Wall -DVERSION=\"3.1.17\" -D_REENTRANT -Dsysconfdir=\"/usr/local/etc\" -c -o video.o video.c
gcc -g -O2 -DHAVE_CURL -Wall -DVERSION=\"3.1.17\" -D_REENTRANT -Dsysconfdir=\"/usr/local/etc\" -c -o track.o track.c
gcc -g -O2 -DHAVE_CURL -Wall -DVERSION=\"3.1.17\" -D_REENTRANT -Dsysconfdir=\"/usr/local/etc\" -c -o alg.o alg.c
gcc -g -O2 -DHAVE_CURL -Wall -DVERSION=\"3.1.17\" -D_REENTRANT -Dsysconfdir=\"/usr/local/etc\" -c -o event.o event.c
gcc -g -O2 -DHAVE_CURL -Wall -DVERSION=\"3.1.17\" -D_REENTRANT -Dsysconfdir=\"/usr/local/etc\" -c -o picture.o picture.c
gcc -g -O2 -DHAVE_CURL -Wall -DVERSION=\"3.1.17\" -D_REENTRANT -Dsysconfdir=\"/usr/local/etc\" -c -o rotate.o rotate.c
gcc -g -O2 -DHAVE_CURL -Wall -DVERSION=\"3.1.17\" -D_REENTRANT -Dsysconfdir=\"/usr/local/etc\" -c -o netcam.o netcam.c
gcc -g -O2 -DHAVE_CURL -Wall -DVERSION=\"3.1.17\" -D_REENTRANT -Dsysconfdir=\"/usr/local/etc\" -c -o webcam.o webcam.c
gcc -o motion motion.o conf.o draw.o video.o track.o alg.o event.o picture.o rotate.o netcam.o webcam.o -lm -lpthread -ljpeg -L/usr/lib -lcurl -L/usr/kerberos/lib -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lresolv -L/usr/kerberos/lib -lidn -lssl -lcrypto -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz -lz -lcurl
/usr/bin/ld: cannot find -lidn
collect2: ld returned 1 exit status
make: *** [motion] Error 1
Anyone know what's wrong or if there's a similar webcam surveilance program for FC3?