On Mon, 2004-02-02 at 11:58, jjj3 jjj3 wrote: > Ok genius! Or better: thank you "God"!!! > > As you were, I'm on the begining of learning how everything works in unix's > systems. But some times people forget the they also borned with a little > less knowlegde then they have today. > > In other words, everybody had once ago the same question. But not you, > right?
So you made a beginner mistake, you haven't done much research and instead you have asked questions. Unix gurus tend to become that way only through many years of digging into problems. So when beginners ask questions such as this, we are really pointing you to the beginning of a hole you must start digging in to get the knowledge you want. When you digest fully this information, you will be better equipped for the next problem. Thats why I trimmed your quote to point you at the specific problem you needed to tackle. I even pointed you to the man page that would explain the options used, and that should have lead you to the next part of the answer which is that you didn't have a libssl.so in a path that gcc or ld knew about. So while you may have thought I was rude or just insensitive, I was just trying to make you a better person and prepare you for the future where you will only run into more problems. The more you know the less likely you will find this type of response. Mainly because you will be able to answer the simple questions on your own. Only difficult questions will remain. Once you truly get to difficult questions, you will probably have enough of a base to figure out most of them on your own too. > >From: Steven Critchfield <[EMAIL PROTECTED]> > >Reply-To: [EMAIL PROTECTED] > >To: [EMAIL PROTECTED] > >Subject: Re: [Asterisk-Users] compile error (still having problems) > >Date: Mon, 02 Feb 2004 11:19:52 -0600 > > > >On Mon, 2004-02-02 at 11:09, jjj3 jjj3 wrote: > > > Hey guys! > > > > > > I'm still having problems trying to get Asterisk compiled but when > >compiling > > > res_crypto.c, I get this error: > > > > > > > gcc -shared -Xlinker -x -o res_crypto.so res_crypto.o -lssl -lcrypto > > > /usr/bin/ld: cannot find -lssl > > > > > > > My ld.so.conf seems to be ok: > > > /usr/include/openssl/ > > > > > >You have so much to learn. A quick look at the gcc man page says that -l > >is a library to be linked against. Libraries are not held in include > >directories. Go find out if you have libssl.so on you machine. Then beat > >your head into the nearest manual greater than 5 pounds till you have > >absorbed the details that help you understand simple concise error > >messages. > >-- > >Steven Critchfield <[EMAIL PROTECTED]> > > > >_______________________________________________ > >Asterisk-Users mailing list > >[EMAIL PROTECTED] > >http://lists.digium.com/mailman/listinfo/asterisk-users > >To UNSUBSCRIBE or update options visit: > > http://lists.digium.com/mailman/listinfo/asterisk-users > > _________________________________________________________________ > Find high-speed net deals comparison-shop your local providers here. > https://broadband.msn.com > > _______________________________________________ > Asterisk-Users mailing list > [EMAIL PROTECTED] > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users -- Steven Critchfield <[EMAIL PROTECTED]> _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
