jignesh gangani wrote:
That is correct, you may want to check your /lib/udev/devices to make

    sure pts is in that directory. Plus you should be getting some errors
    during your bootup, if /dev/pts is not there.
    _______________________________________________
    Clfs-support mailing list
    [email protected]
    <mailto:[email protected]>
    http://lists.cross-lfs.org/cgi-bin/mailman/listinfo/clfs-support




Yes. The directory pts exitst in /lib/udev/devices. Have I missed something? Because my /lib dir does not containt anything excpet modules and udev dir. And my /lib64 dir contains everyting ie. all the libraries and linker ld-2.4.so.2. When I copied the file ld-x86_64-linux.so.2 (which points to ld-2.4.so.2) to /lib dir and execute expect -c "spawn ls" I get "spawn ls" as output. Assuming that this is the correct output I went on compiling Binutils-2.17.(Chapter 10.8) then everything went fine including the binutils test suite. But when the book says to create a symlink as ln -sv /lib /lib64 I got confused :[. As both directories exitst on my system. Though I created the symlink. Then when the book says remove the symlink as rm -v /lib64 I get the error : /lib64 is a directory which is true. Is this nomal or have I missed somthing? Is it Ok to proceed?

- Jigslinx
------------------------------------------------------------------------

_______________________________________________
Clfs-support mailing list
[email protected]
http://lists.cross-lfs.org/cgi-bin/mailman/listinfo/clfs-support
Looks like you followed Pure 64 instructions. Because you left the symlink of lib64, the udev bootscripts fails to copy over the necessary files, edit the file /etc/rc.d/init.d/udev, and change lib64 to lib, then reboot, everything should work at that point

_______________________________________________
Clfs-support mailing list
[email protected]
http://lists.cross-lfs.org/cgi-bin/mailman/listinfo/clfs-support

Reply via email to