Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

cadence psd 15.1 linux version installation

Status
Not open for further replies.

binu G

Advanced Member level 2
Joined
Jan 9, 2003
Messages
501
Helped
12
Reputation
24
Reaction score
3
Trophy points
1,298
Location
Bangalore
Activity points
3,776
cadence failed to update cds_lic_file

any know how i can start graphical mode installation .
iam able to start in console mode.
it asked to set the envirment varible but i was not know in how i can set in linux.

binu george
 

abrir psd no linux

read the inst@llation manual carefully.
 

cadence psd 15.1

i hve gone through that but it was said to set the env
varrible.
i dont know how to set that in linux
 

cadence license 15.1

There are different ways todo so depending on your shell...

Suggest you use bash and add it to your ".bashrc" file like:

Code:
# Cadence PSD environment

CDS_INST_DIR=/home/user/psd
CDS_LIC_FILE=$CDS_INST_DIR/share/cadence.license
CDS_DIR=$CDS_INST_DIR
CONCEPT_INST_DIR=$CDS_DIR
CDS_SITE=$CDS_DIR/share/local/

LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$CONCEPT_INST_DIR/tools/lib
CDSDOC_PROJECT=/CDS_INST_DIR/doc

PATH=$PATH:$CONCEPT_INST_DIR/tools/bin
PATH=$PATH:$CONCEPT_INST_DIR/tools/pcb/bin
PATH=$PATH:$CONCEPT_INST_DIR/tools/fet/bin

export CONCEPT_INST_DIR
export CDSDOC_PROJECT
export CDS_SITE
export CDS_LIC_FILE
export CDS_INST_DIR
export LD_LIBRARY_PATH
export PATH


You can verify your environment with "printenv"
 

psd in linux

mr. davorin
will this will help to start the installation in the graphical mode

binu
 

*.psd linux

Nope...

Do you try to install as root or as normal user?

If root...did you enable root access to local x11 server with "xhost +" as normal user before su-ing to root?
 

environment variable concept_inst_dir

i login in root but the xwindow failed to sart
saying the env is not set.

binug
 

psd on linux

You didn´t tell us what env variables it asks for...

And login as root is bad idea anyway (o;
Login as normal user and "su" to superuser for installation...


And read my last post about xhost!!!


and...why do you want to use graphical mode installation?
Just go with shell install and your fine (o;
 

cademce linux version

ok mr. davorin i will try the same
and came back if i found any prob
 

I am getting the error message 'Failed to start core service:Failed to launch registery server'

Any one has the solution for this.

giara
 

I can start allegro, but when I type : concepthdl,
it return error!, .....error while loading shared library
libdb.so.3..... abort...
who to correct it? thanks!
 

fabkiller

You can find libdb.so.3 in rpmfind.net
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top