OpenMx Installation

Posted on
Picture of user. rabil Joined: 01/14/2010

OpenMx Fails to install in Ubuntu 16.04

I'm running Ubuntu 16.04. I get this message:

WARNING: Failed to download libnpsol.a from http://openmx.psyc.virginia.edu/packages/npsol/linux/x86_64/gcc5.4/libnpsol.a
** libs

Here are the details:

rick@rick-CT14:~$ sudo R

R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

Posted on
No user picture. Williamhamby Joined: 10/19/2016

How to install openMX

Hello,
I am new to OpenMX.I tried to install openmx ,but i get this error message on my r-terminal. How to install openmx in my windows 10 system? I want to be able to know how much memory have OpenMX.? Please give me more details?
Posted on
No user picture. Tiphaine Joined: 08/02/2016

Error message on Unix cluster with R 3.3.1

Hi,

I try to install OpenMx on a unix cluster different version of R 3.0 to 3.3 but I have a an error each time.

Can you help me ?

Regards,

tiphaine

Posted on
No user picture. Tom Joined: 08/05/2016

Installation problems on Mac OS X El Capitan (10.11.6)

Hi there, I'm having issues installing OpenMx version 2.6.7 on my iMac. I am currently running OpenMx 2.3.1 on R version 3.2.2 with no problems. When I run the line
source('http://openmx.psyc.virginia.edu/getOpenMx.R')

I get no error messages but when I subsequently run
require(OpenMx)
I get told the following:

Error in dyn.load(file, DLLpath = DLLpath, ...) :
unable to load shared object '/Users/tom/Library/R/3.2/library/OpenMx/libs/OpenMx.so':
dlopen(/Users/tom/Library/R/3.2/library/OpenMx/libs/OpenMx.so, 6): Symbol not found: ___addtf3

Posted on
Picture of user. Sacha Joined: 05/30/2011

OpenMx crashes after R update

Hi OpenMx team,

I have been unable to get OpenMx to run after updating my R install, R installation and XCode. I now get this error running the basic example:

> model <- mxRun(model) # Run the model, returning the result into model
Running One Factor with 10 parameters

*** caught segfault ***
address 0x0, cause 'unknown'

Traceback:
1: .Call(backend, constraints, matrices, parameters, algebras, expectations, computes, data, intervalList, communication, options, defVars, PACKAGE = "OpenMx")

Posted on
Picture of user. Charlotte Joined: 07/02/2012

Installation of OpenMx version 2.5.2; No rule to make target `omxSymbolTable.cpp'

Dear all,

I am trying to install OpenMx version 2.5.2 and I get the following error message:
"*** No rule to make target `omxSymbolTable.cpp', needed by `omxSymbolTable.o'. Stop."

What does this mean and how can I solve this?

Best regards
Charlotte

Posted on
No user picture. a.ortega Joined: 02/05/2011

Error message when Installing in server

Hello everyone.
I have tried to install OpenMx for R in a computer cluster running with Linux and I have encountered the following error message:

> cc1plus: error: unrecognized command line option "-Wvla"
> cc1plus: error: unrecognized command line option "-Wno-unused-local-typedefs"
> make: *** [Compute.o] Error 1
> ERROR: compilation failed for package 'OpenMx'

It seems that there is an issue with "gcc"(?), but I'm not sure.

The R version is is 3.2.1 while the Cluster is running on Linux CentOS 5.1.

Any help you may provide will be highly appreciated.

Posted on
Picture of user. rabil Joined: 01/14/2010

Downloading 1.4 from source and installing

Could someone point me in the correct direction to download the 1.4 source and then compile and install it on Ubuntu?
Posted on
Picture of user. rabil Joined: 01/14/2010

configure: error: npsol library not found

I'm trying to install the latest build for OpenMx 1.4. But I get an error:

checking for inst/npsol/linux/x86_64/gcc4.9/libnpsol.a... no
configure: error: npsol library not found

I had 1.3.2 installed. Then I installed 2.2.6, but decided I wanted to use 1.4. The installation attempt is shown below. How can I fix this?

> source('http://openmx.psyc.virginia.edu/getOpenMx1.R')
Installing package into ‘/usr/local/lib/R/site-library’
(as ‘lib’ is unspecified)
trying URL 'http://openmx.psyc.virginia.edu/packages/src/contrib/OpenMx_1.4-3532.tar.gz'

Posted on
No user picture. jkarch Joined: 03/15/2011

OpenMx 2.0.1 installation fails for R 3.2.0 on OS X

If I do

source('http://openmx.psyc.virginia.edu/getOpenMx.R')

the result is

You are now installing OpenMx 2.0.
OpenMx 2.0 has a number of exciting new features, described in more detail at
http://openmx.psyc.virginia.edu/2014/10/openmx-version-20-officially-released
and in the OpenMx User's Guide.
Most OpenMx-1.4 scripts will work under OpenMx 2.0, but users who wish to download and install the previous stable version can run
source('http://openmx.psyc.virginia.edu/getOpenMx1.R')