Checkinstall No Such File Or Directory Rating: 6,0/10 9484reviews

You can use ldd to check if you're missing a. “No such file or directory” BUT the file actually. Java install does not work - no such file or directory. Why do I get the error 'bash:./install.sh: No such file or directory' when installing printer driver on openSUSE? Bash:./install.sh: Hiren`s Bootcd 9.4 Iso there. No such file or directory. No such file or directory. Debian checkinstall not creating required directories-1. SFTP not working only in command line linux. Hot Network Questions. RPM build fails on install section. Check fedoraproject.org/wiki/. No such file or directory – Tadzys Sep 11 '11 at 7:15.

No Such File Or Directory

I am trying to build my first rpm package, which is one simple executable (mysh). My spec file: Summary: bla Name: mysh Version: 1.0 Release: 1 Group: Applications Source: mysh-1.0.tar.gz URL: Vendor: tadas sofware inc.

Packager: tadas License: GPL%description a very good program!%prep rm -rf $RPM_BUILD_DIR/mysh-1.0 zcat $RPM_SOURCE_DIR/mysh-1.0.tar.gz tar -xvf -%build make%install cp mysh /usr/local/bin/mysh%files /usr/local/bin/mysh It fails with the following error: cd: 8: can't cd to /home/tadzys/rpm/BUILDROOT/mysh-1.0-1.x86_64 Of course this file doesn't exist there. I've tried copying it there still there same error. Not sure if my install section should put anything to BUILDROOT folder. I am on Ubuntu 11.04.