Hello, i have a Problem with the lzip 1.11 . I use FreeBSD
make install ===> Vulnerability check disabled, database not found ===> License check disabled, port has not defined LICENSE ===> Extracting for lzip-1.11 => SHA256 Checksum OK for lzip-1.11.tar.gz. ===> Patching for lzip-1.11 ===> Configuring for lzip-1.11 creating config.status creating Makefile VPATH = . prefix = /usr/local exec_prefix = $(prefix) bindir = $(exec_prefix)/bin datadir = $(prefix)/share infodir = /usr/local/info mandir = /usr/local/man sysconfdir = $(prefix)/etc CXX = c++ CPPFLAGS = CXXFLAGS = -O2 -fno-strict-aliasing -pipe LDFLAGS = OK. Now you can run make. ===> Building for lzip-1.11 c++ -O2 -fno-strict-aliasing -pipe -c arg_parser.cc c++ -O2 -fno-strict-aliasing -pipe -c decoder.cc c++ -O2 -fno-strict-aliasing -pipe -c encoder.cc c++ -O2 -fno-strict-aliasing -pipe -c fast_encoder.cc c++ -O2 -fno-strict-aliasing -pipe -DPROGVERSION=\"1.11\" -c -o main.o main.cc c++ -o lzip arg_parser.o decoder.o encoder.o fast_encoder.o main.o c++ -O2 -fno-strict-aliasing -pipe -DPROGVERSION=\"1.11\" -c -o lziprecover.o lziprecover.cc c++ -o lziprecover arg_parser.o decoder.o lziprecover.o ===> Installing for lzip-1.11 ===> Generating temporary packing list ===> Checking if archivers/lzip already installed if [ ! -d "/usr/local/info" ] ; then install -d -m 755 "/usr/local/info" ; fi install -p -m 644 ./doc/lzip.info "/usr/local/info/lzip.info" install-info --info-dir="/usr/local/info" /usr/local/info/lzip.info if [ ! -d "/usr/local/man/man1" ] ; then install -d -m 755 "/usr/local/man/man1" ; fi install -p -m 644 ./doc/lzip.1 "/usr/local/man/man1/lzip.1" install -p -m 644 ./doc/lziprecover.1 "/usr/local/man/man1/lziprecover.1" if [ ! -d "/usr/local/bin" ] ; then install -d -m 755 "/usr/local/bin" ; fi install -p -m 755 ./lzip "/usr/local/bin/lzip" install -p -m 755 ./lziprecover "/usr/local/bin/lziprecover" install-info --quiet /usr/local/info/lzip.info /usr/local/info/dir ===> Compressing manual pages for lzip-1.11 ===> Registering installation for lzip-1.11 If i try to run it lzip: Command not found. but lziprecover does work. Can you help me? ___________________________________________________________ Empfehlen Sie WEB.DE DSL Ihren Freunden und Bekannten und wir belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.web.de _______________________________________________ Lzip-bug mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lzip-bug
