Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Error while installing glibc 2.16.0 on ubuntu 12.04 LTS Post 302712753 by DGPickett on Tuesday 9th of October 2012 04:35:19 PM
Old 10-09-2012
I you install in a side directory tree, you can allow the necessary code to find the older libs using $LD_LIBRARY_PATH and -L, but you may need to run them in a wrapper script that feeds them the right $LD_LIBRARY_PATH libs.

Usually, you get a newer application to match your O/S.
 

5 More Discussions You Might Find Interesting

1. Linux

Installing Firefox and now ended up installing latest glibc

Hi all, I wanted to install the latest version of firefox 2 but it seems when I attempt to install it, it seems to be saying it is looking for c libraries version 2.3? I believe I currently have an older version of the c libraries. I am currently running Sun's JDS Linux 2003. My Mozilla web... (1 Reply)
Discussion started by: scriptingmani
1 Replies

2. Solaris

Ubuntu 10.04 LTS vs Solaris 10

Hello, I am considering Ubuntu 10.04 (ubuntu-10.04.3-desktop-amd64.iso) and also Solaris 10 (sol-10-u10-ga2-x86-dvd.iso) for different hardware applications and I had a few questions. The hardware on my laptop is: HP Pavilion dv4 2045-dx x64 laptop AMD Turion(tm) II Dual-Core Mobile M500... (4 Replies)
Discussion started by: Marcus Aurelius
4 Replies

3. Ubuntu

GUI for a single user using Ubuntu 10.04 LTS

I setup an Ubuntu 10.04 server which has several developers on the box. I have been ask to add a gui to the server. Only one developer want the gui to start when she logs in(runlevel 2 with a GUI). I am used to seeing an /etc/inittab file which I cannot seem to find under this Ubuntu version. So... (1 Reply)
Discussion started by: metallica1973
1 Replies

4. Ubuntu

Logging samba share in Ubuntu 12.04 LTS

Hi guys I am trying to log full_audit on my samba shares so I know who is creating, deleting, renaming, moving etc. files and directories in the samba/windows share. In my etc/samba/smb.conf file, under I have: # Audit settings full_audit: prefix = %u|%I|%S full_audit:failure =... (0 Replies)
Discussion started by: Akshay Hegde
0 Replies

5. Ubuntu

Emacs printing with Ubuntu 14.04 LTS

I am trying to setup a development environment that mirrors my Windows and SCO Unix systems. I use emacs and I am having trouble printing. I keep getting the error message; Symbol's function definition is void: default-printer-name I have googled this and for possible answers for... (0 Replies)
Discussion started by: trolley
0 Replies
LTSCONVERT(1)							   User Commands						     LTSCONVERT(1)

NAME
ltsconvert - convert and optionally minimise an LTS SYNOPSIS
ltsconvert [OPTION]... [INFILE [OUTFILE]] DESCRIPTION
Convert the labelled transition system (LTS) from INFILE to OUTFILE in the requested format after applying the selected minimisation method (default is none). If OUTFILE is not supplied, stdout is used. If INFILE is not supplied, stdin is used. The output format is determined by the extension of OUTFILE, whereas the input format is determined by the content of INFILE. Options --in and --out can be used to force the input and output formats. The supported formats are: 'aut' for the Aldebaran format (CADP), 'dot' for the GraphViz format, 'fsm' for the Finite State Machine format, 'lts' for the mCRL2 LTS format (default), or 'svc' for the SVC format OPTIONS
OPTION can be any of the following: -D, --determinise determinise LTS -eNAME, --equivalence=NAME generate an equivalent LTS, preserving equivalence NAME: 'bisim' for strong bisimilarity, 'branching-bisim' for branching bisimilarity, 'dpbranching-bisim' for divergence preserving branching bisimilarity, 'sim' for strong simulation equivalence, 'tau-star' for tau star reduction, 'trace' for strong trace equivalence, or 'weak-trace' for weak trace equivalence -iFORMAT, --in=FORMAT use FORMAT as the input format -lFILE, --lps=FILE use FILE as the LPS from which the input LTS was generated; this might be needed to store the correct parameter names of states when saving in fsm format and to convert non-mCRL2 LTSs to a mCRL2 LTS --no-reach do not perform a reachability check on the input LTS -n, --no-state leave out state information when saving in dot format -oFORMAT, --out=FORMAT use FORMAT as the output format --tau=ACTNAMES consider actions with a name in the comma separated list ACTNAMES to be internal (tau) actions in addition to those defined as such by the input --timings[=FILE] append timing measurements to FILE. Measurements are written to standard error if no FILE is provided Standard options: -q, --quiet do not display warning messages -v, --verbose display short intermediate messages -d, --debug display detailed intermediate messages --log-level=LEVEL display intermediate messages up to and including level -h, --help display help information --version display version information AUTHOR
Written by Muck van Weerdenburg, Jan Friso Groote. REPORTING BUGS
Report bugs at <http://www.mcrl2.org/issuetracker>. COPYRIGHT
Copyright (C) 2012 Technische Universiteit Eindhoven. This is free software. You may redistribute copies of it under the terms of the Boost Software License <http://www.boost.org/LICENSE_1_0.txt>. There is NO WARRANTY, to the extent permitted by law. SEE ALSO
See also the manual at <http://www.mcrl2.org/mcrl2/wiki/index.php/User_manual/ltsconvert>. ltsconvert mCRL2 toolset 201202.0 (Release) April 2012 LTSCONVERT(1)
All times are GMT -4. The time now is 10:35 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy