On Mon, 2006-03-27 at 11:42 +0200, Herman Bos wrote:
> Alistair Crust wrote:
> > hi, 
> >     I'm trying to get LDA working on Dapper, but run up against some
> > problems while following the instructions here:
> > ( http://wiki.ltsp.org/twiki/bin/view/Ltsp/LtspFS )
> >
> > I install cvs, build-essential, gawk and the do the following:
> > ---
> > cd /usr/local/src
> > sudo cvs -d :pserver:[EMAIL PROTECTED]:/usr/local/cvsroot checkout ltspfsd
> > cd ltspfsd
> > sudo ./configure
> > sudo make
> > ---
> >
> > then I get an error:
> > --
> > [EMAIL PROTECTED]:/usr/local/src/ltspfsd$ sudo make
*snip*
> > ---
> >
> > I will post both on edubuntu-devel and ltsp-devel
> >   
> You obviously miss some build dependencies.
> Try searching for the missing files in packages.ubuntu.com and install
> the corresponding packages.
> 
> 
> 
> -- 
> edubuntu-devel mailing list
> edubuntu-devel@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/edubuntu-devel
> 
Ok, so its monday (morning) and I now feel like a fool for not spotting
I needed xlibs-dev to satisfy X11/Xlib.h et al.

But I now get another error. This doesn't seam to be a result of a
missing dependency.

[EMAIL PROTECTED]:/usr/local/src/ltspfsd$ sudo make
if gcc -DPACKAGE_NAME=\"ltspfsd\" -DPACKAGE_TARNAME=\"ltspfsd\"
-DPACKAGE_VERSIO N=\"0.2\" -DPACKAGE_STRING=\"ltspfsd\ 0.2\"
-DPACKAGE_BUGREPORT=\"[EMAIL PROTECTED] org\" -DX_DISPLAY_MISSING=1
-DHAVE_DIRENT_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H =1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAV E_UNISTD_H=1
-DHAVE_ARPA_INET_H=1 -DHAVE_FCNTL_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_
STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_STATFS_H=1
-DHAVE_ SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UTIME_H=1  -I. -I.    -Wall
-W -D_FILE_OFFSE T_BITS=64 -g -O2 -MT ltspfsd_functions.o -MD -MP -MF
".deps/ltspfsd_functions.Tp o" -c -o ltspfsd_functions.o
ltspfsd_functions.c; \
        then mv -f ".deps/ltspfsd_functions.Tpo"
".deps/ltspfsd_functions.Po"; e lse rm -f ".deps/ltspfsd_functions.Tpo";
exit 1; fi
if gcc -DPACKAGE_NAME=\"ltspfsd\" -DPACKAGE_TARNAME=\"ltspfsd\"
-DPACKAGE_VERSIO N=\"0.2\" -DPACKAGE_STRING=\"ltspfsd\ 0.2\"
-DPACKAGE_BUGREPORT=\"[EMAIL PROTECTED] org\" -DX_DISPLAY_MISSING=1
-DHAVE_DIRENT_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H =1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAV E_UNISTD_H=1
-DHAVE_ARPA_INET_H=1 -DHAVE_FCNTL_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_
STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_STATFS_H=1
-DHAVE_ SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UTIME_H=1  -I. -I.    -Wall
-W -D_FILE_OFFSE T_BITS=64 -g -O2 -MT common.o -MD -MP -MF
".deps/common.Tpo" -c -o common.o comm on.c; \
        then mv -f ".deps/common.Tpo" ".deps/common.Po"; else rm -f
".deps/commo n.Tpo"; exit 1; fi
gcc -Wall -W -D_FILE_OFFSET_BITS=64 -g -O2   -o ltspfsd  ltspfsd.o
ltspfsd_funct ions.o common.o
ltspfsd_functions.o: In function
`handle_auth':/usr/local/src/ltspfsd/ltspfsd_fu nctions.c:1052:
undefined reference to `XOpenDisplay'
:/usr/local/src/ltspfsd/ltspfsd_functions.c:1061: undefined reference to
`XClose Display'
:/usr/local/src/ltspfsd/ltspfsd_functions.c:1063: undefined reference to
`XauFil eName'
:/usr/local/src/ltspfsd/ltspfsd_functions.c:1055: undefined reference to
`XauFil eName'
collect2: ld returned 1 exit status
make: *** [ltspfsd] Error 1


-- 
Kind regards
Alistair Crust
Systems Administrator 
Skegness Grammar School 
Vernon Road 
Skegness 
PE25 2QS 
TEL: 01754 610000 (ext'852)
FAX: 01754 896875 


-- 
edubuntu-devel mailing list
edubuntu-devel@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/edubuntu-devel

Reply via email to