Existing users, log in.  New users, create a free account.  Lost password?

  |  Design / Graphics  |  Illustration  |  Gnuplot  |  libaquaterm.1.0.1.dylib

Gnuplot

Gnuplot

Draw using lines, points, boxes, and vector fields in 2D and 3D formats.

Version:  4

   [ Views: 2386 ]

libaquaterm.1.0.1.dylib

Feedback Type:  Troubleshooting Report

Contributed by: maloofa Tuesday, May 29 2007 @ 06:29 AM PDT

Product Platform: MacOSX

Used Product For: Over One Year

i'm trying to install the gnuplot 4.0.0 binary on my mac intel desktop. after installing aquaterm, the gnuplot install seems to work okay (without errors). however, when i try to run gnuplot, i get the error:

dyld: Library not loaded: /usr/local/lib/libaquaterm.1.0.0.dylib
Referenced from: /usr/local/bin/gnuplot
Reason: image not found

when i look in /usr/local/lib/, i find that i have libaquaterm.1.0.1.dylib.

how can i fix this problem? do i need to compile the gnuplot 4.2 source code? if so, where should i place the 4.2 folder when i configure and make?

thanks!
adam   
System Info:

Rate this Troubleshooting Report

Was this Troubleshooting Report helpful? Yes | No

Comments

5 comments |

libaquaterm.1.0.1.dylib - diniz_marcio

Take a look on the following page
http://sarnesjo.org/2006/09/24/howto-install-octave-on-mac-os-x/
I had the same problem and this hint solved my problem.
Good Luck

Reply to This

Wednesday, June 13 2007 @ 08:52 PM PDT


libaquaterm.1.0.1.dylib - makerofbeating

This link is currently broken have you any more advice? I've installed X11, AquaTerm, and Octave but plot does not work and I'm a mac newbe...

Reply to This

Monday, August 20 2007 @ 07:14 PM PDT


libaquaterm.1.0.1.dylib - lolivierlol

I had the same problem and i soved it like that:
In a terminal if you don't active root account acive it with the following command :
% sudo passwd root
Password: *****
Changing password for root.
New password: ******
Retype new password: ******

Now become root with the command :
%su
Password: *****
#

Go to the libaquaterm.1.0.1.dylib directory
#cd /usr/local/lib

Do a link named libaquaterm.1.0.0.dylib
#ln -s libaquaterm.1.0.1.dylib libaquaterm.1.0.0.dylib

And now in X11 Terminal, you can execute gnuplot:
%cd /usr/local/bin
%./gnuplot

For me the problem is now sloved...
Good luke.

Reply to This

Sunday, September 23 2007 @ 07:14 AM PDT


libaquaterm.1.0.1.dylib GNUPLOT problem - sroy.iopb

(1) sudo ln -s /usr/local/lib/libaquaterm.1.0.1.dylib libaquaterm.1.0.0.dylib

(2) /usr/local/bin/gnuplot

(3) once in GNUPLOT, enter "set term aqua"

This should solve the problem.

Happy GNUPLOT-ting!

Reply to This

Tuesday, October 09 2007 @ 12:21 PM PDT


libaquaterm.1.0.1.dylib - lawrencecpaulson_dotmac

I got the same error. Instead, download the sources from http://gnuplot.sourceforge.net/. I just did

./configure; make; sudo make install

and it worked first time.

Reply to This

Tuesday, December 18 2007 @ 09:49 AM PST