Yeah, a proper errormessage is missing in your post. Sorry my magic crystal ball dropped to the floor yesterday and I haven't replaced it yet.
Hi,
I am a new Backtrack user, and I like the 3th version.
I have troubles with installing MSNShadow on it.
I downloaded libmimic
tar zxfv libmimic-1.0.4.tar.gz
cd libmimic-1.0.4
./configure --prefix=/usr
make
make install
all good..
but when I try to install msnshadow I get
make: *** [all] Error 2
I couldn't find any tutorial how to install it, I googl'd a lot and many people got same problem could anyone explain what I am missing?
Thankyou!
Yeah, a proper errormessage is missing in your post. Sorry my magic crystal ball dropped to the floor yesterday and I haven't replaced it yet.
Tiocfaidh ár lá
tar xjf msnshadow_0.3_beta.tar.bz2
cd msnshadow-0.3
configure -> works
bt msnshadow-0.3 # make
make all-recursive
make[1]: Entering directory `/root/msnshadow-0.3'
Making all in doc
make[2]: Entering directory `/root/msnshadow-0.3/doc'
Making all in .
make[3]: Entering directory `/root/msnshadow-0.3/doc'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/root/msnshadow-0.3/doc'
Making all in en
make[3]: Entering directory `/root/msnshadow-0.3/doc/en'
/usr/bin/meinproc --check --cache index.cache.bz2 ./index.docbook
make[3]: Leaving directory `/root/msnshadow-0.3/doc/en'
make[2]: Leaving directory `/root/msnshadow-0.3/doc'
Making all in po
make[2]: Entering directory `/root/msnshadow-0.3/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/msnshadow-0.3/po'
Making all in src
make[2]: Entering directory `/root/msnshadow-0.3/src'
/usr/lib/qt/bin/uic -L /usr/lib/kde3/plugins/designer -nounload -o listcontact.h ./listcontact.ui
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT -Wno
n-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=50
0 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -O2 -Wformat-security -Wmissing-format-attr
ibute -fno-exceptions -fno-check-new -fno-common -MT main.o -MD -MP -MF ".deps/main.Tpo" -c -o main.o
main.cpp; \
then mv -f ".deps/main.Tpo" ".deps/main.Po"; else rm -f ".deps/main.Tpo"; exit 1; fi
In file included from msnshadow.h:31,
from main.cpp:22:
/usr/include/mimic.h:21:18: error: glib.h: No such file or directory
In file included from msnshadow.h:34,
from main.cpp:22:
msnshadowitemvideo.h:463:7: warning: no newline at end of file
msnshadowitemchat.h: In constructor 'chatEvent::chatEvent(QString, QString, QString, int, short unsigne
d int, short unsigned int)':
msnshadowitemchat.h:51: warning: 'chatEvent::id' will be initialized after
msnshadowitemchat.h:49: warning: 'short unsigned int chatEvent:ort1'
msnshadowitemchat.h:47: warning: when initialized here
/usr/include/mimic.h: At global scope:
/usr/include/mimic.h:51: error: 'gboolean' does not name a type
/usr/include/mimic.h:52: error: 'gboolean' does not name a type
/usr/include/mimic.h:54: error: 'gboolean' does not name a type
/usr/include/mimic.h:55: error: 'gboolean' does not name a type
/usr/include/mimic.h:57: error: 'gboolean' does not name a type
/usr/include/mimic.h:62: error: 'gboolean' does not name a type
msnshadowitemvideo.h: In constructor 'msnShadowItemVideoEvent::msnShadowItemVideoEvent( QString, QString )':
msnshadowitemvideo.h:411: warning: 'msnShadowItemVideoEvent::ip_src' will be initialized after
msnshadowitemvideo.h:411: warning: 'QString msnShadowItemVideoEvent::ip_dst'
msnshadowitemvideo.h:410: warning: when initialized here
msnshadowitemvideo.h: In constructor 'labelEvent::labelEvent(QLabel*, QPixmap)':
msnshadowitemvideo.h:419: warning: 'labelEvent::labelzao' will be initialized after
msnshadowitemvideo.h:418: warning: 'QPixmap labelEvent:ix'
msnshadowitemvideo.h:417: warning: when initialized here
msnshadowitemvideo.h: In constructor 'memcpyEvent::memcpyEvent(char*, int, char*, int, int, int*)':
msnshadowitemvideo.h:428: warning: 'memcpyEvent::soma' will be initialized after
msnshadowitemvideo.h:427: warning: 'char* memcpyEvent::buffer'
msnshadowitemvideo.h:426: warning: when initialized here
msnshadowitemvideo.h: In constructor 'memcpyyyEvennnt::memcpyyyEvennnt(char*, int, char*, int, int, int *)':
msnshadowitemvideo.h:456: warning: 'memcpyyyEvennnt::soma' will be initialized after
msnshadowitemvideo.h:455: warning: 'char* memcpyyyEvennnt::buffer'
msnshadowitemvideo.h:454: warning: when initialized here
make[2]: *** [main.o] Error 1
make[2]: Leaving directory `/root/msnshadow-0.3/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/msnshadow-0.3'
make: *** [all] Error 2
Looks like you are missing your glib includes.
Tiocfaidh ár lá
#!/usr/bin/bash
tar -zxvf glib-2.20.1.tar.gz
cd glib-2.20.1
configure
make
make install
cd ..
rm -rf glib-2.20.1
tar -zxvf libmimic-1.0.4.tar.gz
cd libmimic-1.0.4
configure
make
make install
cd ..
rm -rf libmimic-1.0.4
tar -xjvf msnshadow_0.3_beta.tar.bz2
cd msnshadow-0.3
configure
make
make install
when start making MSN Shadow the result is the same I realy appreciate it when someone can help me out.. thank you very much!
make all-recursive
make[1]: Entering directory `/root/msnshadow-0.3'
Making all in doc
make[2]: Entering directory `/root/msnshadow-0.3/doc'
Making all in .
make[3]: Entering directory `/root/msnshadow-0.3/doc'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/root/msnshadow-0.3/doc'
Making all in en
make[3]: Entering directory `/root/msnshadow-0.3/doc/en'
/usr/bin/meinproc --check --cache index.cache.bz2 ./index.docbook
make[3]: Leaving directory `/root/msnshadow-0.3/doc/en'
make[2]: Leaving directory `/root/msnshadow-0.3/doc'
Making all in po
make[2]: Entering directory `/root/msnshadow-0.3/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/msnshadow-0.3/po'
Making all in src
make[2]: Entering directory `/root/msnshadow-0.3/src'
/usr/lib/qt/bin/uic -L /usr/lib/kde3/plugins/designer -nounload -o listcontact.h ./listcontact.ui
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -MT main.o -MD -MP -MF ".deps/main.Tpo" -c -o main.o main.cpp; \
then mv -f ".deps/main.Tpo" ".deps/main.Po"; else rm -f ".deps/main.Tpo"; exit 1; fi
In file included from msnshadow.h:31,
from main.cpp:22:
/usr/local/include/mimic.h:21:18: error: glib.h: No such file or directory
In file included from msnshadow.h:34,
from main.cpp:22:
msnshadowitemvideo.h:463:7: warning: no newline at end of file
msnshadowitemchat.h: In constructor 'chatEvent::chatEvent(QString, QString, QString, int, short unsigned int, short unsigned int)':
msnshadowitemchat.h:51: warning: 'chatEvent::id' will be initialized after
msnshadowitemchat.h:49: warning: 'short unsigned int chatEvent:ort1'
msnshadowitemchat.h:47: warning: when initialized here
/usr/local/include/mimic.h: At global scope:
/usr/local/include/mimic.h:51: error: 'gboolean' does not name a type
/usr/local/include/mimic.h:52: error: 'gboolean' does not name a type
/usr/local/include/mimic.h:54: error: 'gboolean' does not name a type
/usr/local/include/mimic.h:55: error: 'gboolean' does not name a type
/usr/local/include/mimic.h:57: error: 'gboolean' does not name a type
/usr/local/include/mimic.h:62: error: 'gboolean' does not name a type
msnshadowitemvideo.h: In constructor 'msnShadowItemVideoEvent::msnShadowItemVideoEvent( QString, QString)':
msnshadowitemvideo.h:411: warning: 'msnShadowItemVideoEvent::ip_src' will be initialized after
msnshadowitemvideo.h:411: warning: 'QString msnShadowItemVideoEvent::ip_dst'
msnshadowitemvideo.h:410: warning: when initialized here
msnshadowitemvideo.h: In constructor 'labelEvent::labelEvent(QLabel*, QPixmap)':
msnshadowitemvideo.h:419: warning: 'labelEvent::labelzao' will be initialized after
msnshadowitemvideo.h:418: warning: 'QPixmap labelEvent:ix'
msnshadowitemvideo.h:417: warning: when initialized here
msnshadowitemvideo.h: In constructor 'memcpyEvent::memcpyEvent(char*, int, char*, int, int, int*)':
msnshadowitemvideo.h:428: warning: 'memcpyEvent::soma' will be initialized after
msnshadowitemvideo.h:427: warning: 'char* memcpyEvent::buffer'
msnshadowitemvideo.h:426: warning: when initialized here
msnshadowitemvideo.h: In constructor 'memcpyyyEvennnt::memcpyyyEvennnt(char*, int, char*, int, int, int*)':
msnshadowitemvideo.h:456: warning: 'memcpyyyEvennnt::soma' will be initialized after
msnshadowitemvideo.h:455: warning: 'char* memcpyyyEvennnt::buffer'
msnshadowitemvideo.h:454: warning: when initialized here
make[2]: *** [main.o] Error 1
make[2]: Leaving directory `/root/msnshadow-0.3/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/msnshadow-0.3'
make: *** [all] Error 2
Making install in doc
make[1]: Entering directory `/root/msnshadow-0.3/doc'
Making install in .
make[2]: Entering directory `/root/msnshadow-0.3/doc'
make[3]: Entering directory `/root/msnshadow-0.3/doc'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/root/msnshadow-0.3/doc'
make[2]: Leaving directory `/root/msnshadow-0.3/doc'
Making install in en
make[2]: Entering directory `/root/msnshadow-0.3/doc/en'
make[3]: Entering directory `/root/msnshadow-0.3/doc/en'
make[3]: Nothing to be done for `install-exec-am'.
/bin/sh ../../admin/mkinstalldirs /usr/share/doc/HTML/en/msnshadow
/usr/bin/ginstall -c -p -m 644 index.docbook /usr/share/doc/HTML/en/msnshadow/index.docbook
/bin/sh ../../admin/mkinstalldirs /usr/share/doc/HTML/en/msnshadow
/usr/bin/ginstall -c -p -m 644 index.cache.bz2 /usr/share/doc/HTML/en/msnshadow/
rm -f /usr/share/doc/HTML/en/msnshadow/common
ln -s /usr/share/doc/HTML/en/common /usr/share/doc/HTML/en/msnshadow/common
make[3]: Leaving directory `/root/msnshadow-0.3/doc/en'
make[2]: Leaving directory `/root/msnshadow-0.3/doc/en'
make[1]: Leaving directory `/root/msnshadow-0.3/doc'
Making install in po
make[1]: Entering directory `/root/msnshadow-0.3/po'
make[2]: Entering directory `/root/msnshadow-0.3/po'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/root/msnshadow-0.3/po'
make[1]: Leaving directory `/root/msnshadow-0.3/po'
Making install in src
make[1]: Entering directory `/root/msnshadow-0.3/src'
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -MT main.o -MD -MP -MF ".deps/main.Tpo" -c -o main.o main.cpp; \
then mv -f ".deps/main.Tpo" ".deps/main.Po"; else rm -f ".deps/main.Tpo"; exit 1; fi
In file included from msnshadow.h:31,
from main.cpp:22:
/usr/local/include/mimic.h:21:18: error: glib.h: No such file or directory
In file included from msnshadow.h:34,
from main.cpp:22:
msnshadowitemvideo.h:463:7: warning: no newline at end of file
msnshadowitemchat.h: In constructor 'chatEvent::chatEvent(QString, QString, QString, int, short unsigned int, short unsigned int)':
msnshadowitemchat.h:51: warning: 'chatEvent::id' will be initialized after
msnshadowitemchat.h:49: warning: 'short unsigned int chatEvent:ort1'
msnshadowitemchat.h:47: warning: when initialized here
/usr/local/include/mimic.h: At global scope:
/usr/local/include/mimic.h:51: error: 'gboolean' does not name a type
/usr/local/include/mimic.h:52: error: 'gboolean' does not name a type
/usr/local/include/mimic.h:54: error: 'gboolean' does not name a type
/usr/local/include/mimic.h:55: error: 'gboolean' does not name a type
/usr/local/include/mimic.h:57: error: 'gboolean' does not name a type
/usr/local/include/mimic.h:62: error: 'gboolean' does not name a type
msnshadowitemvideo.h: In constructor 'msnShadowItemVideoEvent::msnShadowItemVideoEvent( QString, QString)':
msnshadowitemvideo.h:411: warning: 'msnShadowItemVideoEvent::ip_src' will be initialized after
msnshadowitemvideo.h:411: warning: 'QString msnShadowItemVideoEvent::ip_dst'
msnshadowitemvideo.h:410: warning: when initialized here
msnshadowitemvideo.h: In constructor 'labelEvent::labelEvent(QLabel*, QPixmap)':
msnshadowitemvideo.h:419: warning: 'labelEvent::labelzao' will be initialized after
msnshadowitemvideo.h:418: warning: 'QPixmap labelEvent:ix'
msnshadowitemvideo.h:417: warning: when initialized here
msnshadowitemvideo.h: In constructor 'memcpyEvent::memcpyEvent(char*, int, char*, int, int, int*)':
msnshadowitemvideo.h:428: warning: 'memcpyEvent::soma' will be initialized after
msnshadowitemvideo.h:427: warning: 'char* memcpyEvent::buffer'
msnshadowitemvideo.h:426: warning: when initialized here
msnshadowitemvideo.h: In constructor 'memcpyyyEvennnt::memcpyyyEvennnt(char*, int, char*, int, int, int*)':
msnshadowitemvideo.h:456: warning: 'memcpyyyEvennnt::soma' will be initialized after
msnshadowitemvideo.h:455: warning: 'char* memcpyyyEvennnt::buffer'
msnshadowitemvideo.h:454: warning: when initialized here
make[1]: *** [main.o] Error 1
make[1]: Leaving directory `/root/msnshadow-0.3/src'
make: *** [install-recursive] Error 1
It looks like you might need to define the include directory on your configure of MSNShadow. It doesn't know where glib.h is located.
A third party security audit is the IT equivalent of a colonoscopy. It's long, intrusive, very uncomfortable, and when it's done, you'll have seen things you really didn't want to see, and you'll never forget that you've had one.
if I do mv /usr/local/include/glib-2.0 /usr/local/include
I get alot of errors
/usr/local/include/glib/gtypes.h:34:24: error: glibconfig.h: No such file or directory
/usr/local/include/glib/gtypes.h:397:2: error: #error unknown ENDIAN type
etc..
Did you read what I said? I didn't say anything about moving a file.
I said you need to define your include directory when you do configure for MSNShadow.
Do this to see what I mean.
./configure --help | more
You'll see how it needs to be defined. You'll input whatever directory glib.h is located.
A third party security audit is the IT equivalent of a colonoscopy. It's long, intrusive, very uncomfortable, and when it's done, you'll have seen things you really didn't want to see, and you'll never forget that you've had one.
I did
configure --includedir=/usr/local/include
result:
In file included from /usr/local/include/glib/galloca.h:34,
from /usr/local/include/glib.h:32,
from /usr/local/include/mimic.h:21,
from msnshadow.h:31,
from main.cpp:22:
/usr/local/include/glib/gtypes.h:34:24: error: glibconfig.h: No such file or directory
/usr/local/include/glib/gtypes.h:397:2: error: #error unknown ENDIAN type
A third party security audit is the IT equivalent of a colonoscopy. It's long, intrusive, very uncomfortable, and when it's done, you'll have seen things you really didn't want to see, and you'll never forget that you've had one.