LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > Programming
User Name
Password
Programming This forum is for all programming questions.
The question does not have to be directly related to Linux and any language is fair game.

Notices


Reply
  Search this Thread
Old 04-19-2005, 03:38 AM   #1
dicou
Member
 
Registered: Apr 2004
Location: Paris
Posts: 44

Rep: Reputation: 15
C/Perl embed : Libperl.so not found :(


Hello everybody,
i'm doing a program using C and perl embbed,
i show you my Makefile :

Code:
NAME    = othello
SRC     = main.c
OBJ     = $(SRC:.c=.o)
RM      = rm -rf
CPPFLAGS = -I/usr/pkg/lib/perl5/5.6.1/i386-netbsd/CORE/
LDFLAGS = -L/usr/pkg/lib/perl5/5.6.1/i386-netbsd/CORE/ -lperl -lm -lcrypt

all     : $(NAME)

$(NAME) : $(OBJ)
        cc -o $(NAME) $(OBJ) $(CPPFLAGS) $(LDFLAGS)
so when i do 'make' , everything is ok,
but when i exec my program , i get that

Quote:
Shared object "libperl.so" not found
Can anybody help me ?

Thx by advance
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Embed X... okeyla Linux - Software 3 09-02-2005 03:34 PM
no libperl.so in Slack? BroX Slackware 2 12-01-2004 09:13 AM
F-Prot update crashes, PERL module not found? Spasmolytic Linux - Software 7 11-03-2004 11:55 PM
libperl.so not found - openwebmail install Finlay Slackware 1 07-06-2004 02:38 AM
embed perl into c walkinmud Programming 1 02-05-2004 02:13 AM

LinuxQuestions.org > Forums > Non-*NIX Forums > Programming

All times are GMT -5. The time now is 12:22 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration