Try checking out the command ldconfig---read the man pages. I think it will help you make 0MQ globally visible when you need it later on in applications. I don't remember the config file you need to change or it's exact semantics and im mobile right now so that's why I say start by reading the man pages.
-- Wolf On Aug 8, 2011, at 5:42 AM, Rugemalila Jeremiah Ngemera <[email protected]> wrote: > To who it may concern, > > I have very new to ZeroMQ. My colleague wrote a web application which i am > suppose to go through and continue developing it. > We are running springMVC, after running mvn jetty:run, the system runs, > > but when ever the application enter a block which is suppose to run ZMQ, it > throws a NoClassDefFoundError. > > NB: i have tried to run on three diff OS (Ubuntu 11.04, Ubuntu 10.10 and > Windows Vista) and got the same error. > > > > This is the issue i raise in GitHub, few weeks ago. After a continues > research, if found a fix but i dont understand the fix. > > In ubuntu, it seems like its unable to locate where the ZeroMQ lib are. Thus > to fix this, i appended LD_LIBRARY_PATH=/usr/local/lib > > to my envromental variables in /etc/profile.d/env_var.sh > > Now the problem is, when ever i want to run jetty or tomcat for that matter, > i need to ensure before i do so, i reset /etc/profile > > so that the session i am currently in can see this variable. > > > > Thank you. > > Attached is the stack trace of the error i get. > > > -- > Regards, > Jeremiah R. > > Email : [email protected] > Mobile: +601 7377 2760 > Twitter | Facebook | Google+ > > "Please take a moment to think of the ENVIRONMENT before you PRINT this..!! > Love the Environment n' Go Green" > > Sent from my DELL inspiron 1420 > "Change starts now!!" > > <NoClassDefFoundError.pdf> > _______________________________________________ > zeromq-dev mailing list > [email protected] > http://lists.zeromq.org/mailman/listinfo/zeromq-dev
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
