All Questions
11
questions
-1
votes
1
answer
71
views
ns3 installation error
NS3_MODULE_PATH = ['/usr/local/sbin', '/usr/local/bin', '/usr/sbin', '/usr/bin', '/sbin', '/bin', '/usr/games', '/usr/local/games', '/usr/lib/wsl/lib', '/mnt/c/Program Files/Common Files/Oracle/Java/...
0
votes
0
answers
3k
views
Changing the default file path for gcc compiler
I'm trying to compile a file named "filename.c" and as far as I know, it has to be in the Home folder when I use the command:
gcc filename.c -o filename
Alternatively, I would have to specify file ...
0
votes
0
answers
711
views
How to make cmake use my newly installed Qt on the home folder?
My Qt was installed on /home/lz/Qt5.11.2/.
ls /home/lz/Qt5.11.2/5.11.2/gcc_64
bin doc include lib libexec mkspecs phrasebooks plugins qml qtvirtualkeyboard resources translations
I tried
...
1
vote
1
answer
18k
views
Zip2john issue on ubuntu 18.04 LTS [duplicate]
Problem:
root@ITSASECRET:~/src/john/run# zip2john
: command not found
I want to add that the srcript is in the directory. I also had a lot of trouble installing Rexgen as well as Bison and ...
0
votes
0
answers
905
views
got an error gawk: symbol lookup error: gawk: undefined symbol: mpfr_z_sub
all, I get an error that indicates that
gawk: symbol lookup error: gawk: undefined symbol: mpfr_z_sub when I want to compile a simulation from www.yonch.com/wireless.
This error was occurred when I ...
-2
votes
1
answer
75
views
Java compiles but not Executes [closed]
I tried many ways to execute but it is showing the same error
Error: Could not find or load main class corePKI_Pkg.AppKeyUtil
2
votes
2
answers
5k
views
How to uninstall self compiled binaries? [duplicate]
I have been playing around with compiling some binaries. It all started because I wanted ffmpeg instead of avconv, now I just can't stop compiling stuff. I must find another hobby !!
Anyway, I ...
2
votes
1
answer
5k
views
I have installed QT4.8.7 but CMAKE could not match the path
I got the error message
CMake Error at /usr/local/share/cmake-3.4/Modules/FindPackageHandleStandardArgs.cmake:148 (message):
Could NOT find Qt4 (missing: QT_QTOPENGL_INCLUDE_DIR ...
2
votes
1
answer
3k
views
Building and using a lib without installing it? (e.g. libcurl)
I'd like to use libcurl (a lib that handles HTTP connections) by linking it statically to a program I am writing. I am new to building programs from their source, so I have no clue on how to do it (i'...
0
votes
1
answer
67
views
cannot find command added to Path - sail_align
I'm trying to build sail_align programm by following these instructions. So far everything went OK and I've completed the last fourth step without errors:
4) sudo ./Build install
This command will ...
3
votes
2
answers
797
views
Why is 'libgnomevfs' files under /usr/include/gnome-vfs-2.0?
Most applications, including the gnomevfs headers themselves, expect the files to be under /usr/include/libgnomevfs, but Ubuntu has them under /usr/include/gnome-vfs-2.0/libgnomevfs.
Why? The package ...