Ok, some progress with this... I reinstalled the crosstool-native package (ipk install crosstool-native -force-reinstall) to get my /opt/armeb directory back..
Added the paths mentioned in the thread above (/opt/bin, /opt/armeb/bin) - still no joy Found that gcc was living in /opt/armeb/armv5b-softfloat-linux/bin, so made a symlink in /opt/armeb/bin 'ln -s /opt/armeb/armv5b-softfloat-linux/bin/gcc armv5b-softfloat-linux-gcc' did likewise with ld (after this failed...) 'ln -s /opt/armeb/armv5b-softfloat-linux/bin/ld armv5b-softfloat-linux-ld' Joy! build-perl-modules now seems to run - or at least, it manages to build the modules Compress-Zlib-1.41 DBI-1.50 *** BUT *** it then falls over processing module DBD-mysql-3.0002, complaining that it 'Can't exec mysql_config - no such file or directory' at various points with Makefile.PL Then exits saying it 'Failed to determine directory of mysql.h' find tells me mysql.h isn't to be found anywhere in the filesystem. Any suggestions, anyone? -- tyddynonn ------------------------------------------------------------------------ tyddynonn's Profile: http://forums.slimdevices.com/member.php?userid=8554 View this thread: http://forums.slimdevices.com/showthread.php?t=26723 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/unix
