hi guys,
I have installed Pd-extended on fedora 11 with "make install".
When I run "Pd" in /usr/local/bin I get an error:
"error whilw loading shared libraries: libjack.so.o"
How can I resolve it?
Thanks
How to start pd on fedora 11
hi guys,
I have installed Pd-extended on fedora 11 with "make install".
When I run "Pd" in /usr/local/bin I get an error:
"error whilw loading shared libraries: libjack.so.o"
How can I resolve it?
Thanks
try the fedora 9 (pre-compiled) download http://puredata.info/downloads
Dual 1.8 IBM G5: Mac OSX 10.4.11 -- Asus eeePC 701: Pure:Dyne / eeeXubuntu GNU/Linux -- myspace.com/thearifd
you should locate an rpm of lijack.so.o. Chances are that'll have dependencies too, though. Using make is for people who love to manually install things. If you can get by without needing the bleeding edgest stuff, i'd try using your package manager.
you need planet ccrma repositories. then yum can give you 3.9 extended and a bunch of libraries. http://ccrma.stanford.edu/planetccrma/software/
the thing about
# make install
is that it just tells you what libraries it's looking for. your package manager will build the whole tree of dependencies and configure it to your system. after adding the ccrma repositories, you can use
# yum install pd-extended
and yumex can be real handy, too. gui just like synaptic in ubuntu.
edit: oh, wait. I don't think ccrma is up to 11 yet. Well, you can roll back to 10 with my plan. I'll look into pd on fc11. My roommate has that installed on his netbook. mua ha ha
any technology distinguishable from magic
is insufficiently advanced.
wish i had a linux geek friend.
I seem to be the only one in the real world messing with it!
Dual 1.8 IBM G5: Mac OSX 10.4.11 -- Asus eeePC 701: Pure:Dyne / eeeXubuntu GNU/Linux -- myspace.com/thearifd
Oops! Looks like something went wrong!