OK never mind. I have fixed it by doing a static link to libgrpc++.a On Monday, May 8, 2017 at 6:48:35 PM UTC-4, Rajarshi Biswas wrote: > > Hello guys, > > I am having the following issue while running the greeter_server example. > > $ ./greeter_server > ./greeter_server: error while loading shared libraries: libgrpc++.so.1: > cannot open shared object file: No such file or directory > > But > > ll ../../../install/lib/libgrpc++* > -rwxr-xr-x 1 biswas.91 biswas.91 1939536 May 8 18:02 > ../../../install/lib/libgrpc++.a > -rwxr-xr-x 1 biswas.91 biswas.91 4868510 May 8 18:02 > ../../../install/lib/libgrpc++_cronet.a > lrwxrwxrwx 1 biswas.91 biswas.91 25 May 8 18:02 > ../../../install/lib/libgrpc++_cronet.so -> libgrpc++_cronet.so.1.3.0 > -rwxr-xr-x 1 biswas.91 biswas.91 956448 May 8 18:02 > ../../../install/lib/libgrpc++_cronet.so.1.3.0 > lrwxrwxrwx 1 biswas.91 biswas.91 25 May 8 18:02 > ../../../install/lib/libgrpc++_cronet.so.3 -> libgrpc++_cronet.so.1.3.0 > -rwxr-xr-x 1 biswas.91 biswas.91 162902 May 8 18:02 > ../../../install/lib/libgrpc++_error_details.a > lrwxrwxrwx 1 biswas.91 biswas.91 32 May 8 18:02 > ../../../install/lib/libgrpc++_error_details.so -> > libgrpc++_error_details.so.1.3.0 > -rwxr-xr-x 1 biswas.91 biswas.91 1423240 May 8 18:02 > ../../../install/lib/libgrpc++_error_details.so.1.3.0 > lrwxrwxrwx 1 biswas.91 biswas.91 32 May 8 18:02 > ../../../install/lib/libgrpc++_error_details.so.3 -> > libgrpc++_error_details.so.1.3.0 > -rwxr-xr-x 1 biswas.91 biswas.91 587184 May 8 18:02 > ../../../install/lib/libgrpc++_reflection.a > lrwxrwxrwx 1 biswas.91 biswas.91 29 May 8 18:02 > ../../../install/lib/libgrpc++_reflection.so -> > libgrpc++_reflection.so.1.3.0 > -rwxr-xr-x 1 biswas.91 biswas.91 1649440 May 8 18:02 > ../../../install/lib/libgrpc++_reflection.so.1.3.0 > lrwxrwxrwx 1 biswas.91 biswas.91 29 May 8 18:02 > ../../../install/lib/libgrpc++_reflection.so.3 -> > libgrpc++_reflection.so.1.3.0 > lrwxrwxrwx 1 biswas.91 biswas.91 18 May 8 18:02 > ../../../install/lib/libgrpc++.so -> libgrpc++.so.1.3.0 > -rwxr-xr-x 1 biswas.91 biswas.91 761976 May 8 18:02 > ../../../install/lib/libgrpc++.so.1.3.0 > lrwxrwxrwx 1 biswas.91 biswas.91 18 May 8 18:02 > ../../../install/lib/libgrpc++.so.3 -> libgrpc++.so.1.3.0 > -rwxr-xr-x 1 biswas.91 biswas.91 1795644 May 8 18:02 > ../../../install/lib/libgrpc++_unsecure.a > lrwxrwxrwx 1 biswas.91 biswas.91 27 May 8 18:02 > ../../../install/lib/libgrpc++_unsecure.so -> libgrpc++_unsecure.so.1.3.0 > -rwxr-xr-x 1 biswas.91 biswas.91 716504 May 8 18:02 > ../../../install/lib/libgrpc++_unsecure.so.1.3.0 > lrwxrwxrwx 1 biswas.91 biswas.91 27 May 8 18:02 > ../../../install/lib/libgrpc++_unsecure.so.3 -> libgrpc++_unsecure.so.1.3.0 > > So when I make gRPC , it did not generate libgrpc++.so.1, but > greeter_server is looking for that. What am i doing wrong here? > > Thanks. > > _Rajarshi > > >
-- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/grpc-io. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/3c83104b-b2f2-43fe-a0e6-0e75808d216e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
